fix(blocklist): unblock
This commit is contained in:
@@ -94,6 +94,8 @@ const allowedKeywords = [
|
|||||||
"://ads.tiktok.com",
|
"://ads.tiktok.com",
|
||||||
"://tiktok.com/business",
|
"://tiktok.com/business",
|
||||||
"://developers.facebook.com",
|
"://developers.facebook.com",
|
||||||
|
"://facebook.com/ads/library",
|
||||||
|
"://www.facebook.com/ads/library",
|
||||||
];
|
];
|
||||||
|
|
||||||
export function isUrlBlocked(url: string): boolean {
|
export function isUrlBlocked(url: string): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user