Spaces:
Paused
Paused
Guest1 commited on
Commit Β·
7f42ad5
1
Parent(s): 3744152
Security: Remove NSFW seeds and finalize SFW list
Browse files- backend/config.py +12 -12
backend/config.py
CHANGED
|
@@ -45,7 +45,7 @@ BLOCKED_TLDS = {
|
|
| 45 |
".invalid", ".localhost", ".onion",
|
| 46 |
}
|
| 47 |
|
| 48 |
-
# βββ Top 100 Seed Websites βββββββββββββββββββββββ
|
| 49 |
SEED_WEBSITES = [
|
| 50 |
"https://google.com",
|
| 51 |
"https://youtube.com",
|
|
@@ -64,21 +64,17 @@ SEED_WEBSITES = [
|
|
| 64 |
"https://amazon.com",
|
| 65 |
"https://gemini.google.com",
|
| 66 |
"https://linkedin.com",
|
| 67 |
-
"https://bet.br",
|
| 68 |
"https://baidu.com",
|
| 69 |
"https://naver.com",
|
| 70 |
"https://netflix.com",
|
| 71 |
"https://pinterest.com",
|
| 72 |
"https://live.com",
|
| 73 |
"https://bilibili.com",
|
| 74 |
-
"https://pornhub.com",
|
| 75 |
"https://temu.com",
|
| 76 |
"https://dzen.ru",
|
| 77 |
"https://office.com",
|
| 78 |
"https://microsoft.com",
|
| 79 |
-
"https://xhamster.com",
|
| 80 |
"https://twitch.tv",
|
| 81 |
-
"https://xvideos.com",
|
| 82 |
"https://canva.com",
|
| 83 |
"https://weather.com",
|
| 84 |
"https://vk.com",
|
|
@@ -90,13 +86,9 @@ SEED_WEBSITES = [
|
|
| 90 |
"https://mail.ru",
|
| 91 |
"https://duckduckgo.com",
|
| 92 |
"https://nytimes.com",
|
| 93 |
-
"https://stripchat.com",
|
| 94 |
-
"https://xnxx.com",
|
| 95 |
"https://ebay.com",
|
| 96 |
"https://zoom.us",
|
| 97 |
-
"https://xhamster44.desi",
|
| 98 |
"https://discord.com",
|
| 99 |
-
"https://eporner.com",
|
| 100 |
"https://github.com",
|
| 101 |
"https://booking.com",
|
| 102 |
"https://spotify.com",
|
|
@@ -113,7 +105,6 @@ SEED_WEBSITES = [
|
|
| 113 |
"https://telegram.org",
|
| 114 |
"https://brave.com",
|
| 115 |
"https://amazon.in",
|
| 116 |
-
"https://chaturbate.com",
|
| 117 |
"https://msn.com",
|
| 118 |
"https://walmart.com",
|
| 119 |
"https://amazon.co.jp",
|
|
@@ -139,12 +130,21 @@ SEED_WEBSITES = [
|
|
| 139 |
"https://qq.com",
|
| 140 |
"https://amazon.co.uk",
|
| 141 |
"https://quora.com",
|
| 142 |
-
"https://faphouse.com",
|
| 143 |
"https://rutube.ru",
|
| 144 |
"https://theguardian.com",
|
| 145 |
"https://scribd.com",
|
| 146 |
"https://grok.com",
|
| 147 |
"https://zillow.com",
|
| 148 |
"https://dcinside.com",
|
| 149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
]
|
|
|
|
| 45 |
".invalid", ".localhost", ".onion",
|
| 46 |
}
|
| 47 |
|
| 48 |
+
# βββ Top 100 Seed Websites (SFW only) βββββββββββββββββββββββ
|
| 49 |
SEED_WEBSITES = [
|
| 50 |
"https://google.com",
|
| 51 |
"https://youtube.com",
|
|
|
|
| 64 |
"https://amazon.com",
|
| 65 |
"https://gemini.google.com",
|
| 66 |
"https://linkedin.com",
|
|
|
|
| 67 |
"https://baidu.com",
|
| 68 |
"https://naver.com",
|
| 69 |
"https://netflix.com",
|
| 70 |
"https://pinterest.com",
|
| 71 |
"https://live.com",
|
| 72 |
"https://bilibili.com",
|
|
|
|
| 73 |
"https://temu.com",
|
| 74 |
"https://dzen.ru",
|
| 75 |
"https://office.com",
|
| 76 |
"https://microsoft.com",
|
|
|
|
| 77 |
"https://twitch.tv",
|
|
|
|
| 78 |
"https://canva.com",
|
| 79 |
"https://weather.com",
|
| 80 |
"https://vk.com",
|
|
|
|
| 86 |
"https://mail.ru",
|
| 87 |
"https://duckduckgo.com",
|
| 88 |
"https://nytimes.com",
|
|
|
|
|
|
|
| 89 |
"https://ebay.com",
|
| 90 |
"https://zoom.us",
|
|
|
|
| 91 |
"https://discord.com",
|
|
|
|
| 92 |
"https://github.com",
|
| 93 |
"https://booking.com",
|
| 94 |
"https://spotify.com",
|
|
|
|
| 105 |
"https://telegram.org",
|
| 106 |
"https://brave.com",
|
| 107 |
"https://amazon.in",
|
|
|
|
| 108 |
"https://msn.com",
|
| 109 |
"https://walmart.com",
|
| 110 |
"https://amazon.co.jp",
|
|
|
|
| 130 |
"https://qq.com",
|
| 131 |
"https://amazon.co.uk",
|
| 132 |
"https://quora.com",
|
|
|
|
| 133 |
"https://rutube.ru",
|
| 134 |
"https://theguardian.com",
|
| 135 |
"https://scribd.com",
|
| 136 |
"https://grok.com",
|
| 137 |
"https://zillow.com",
|
| 138 |
"https://dcinside.com",
|
| 139 |
+
# Replacements for removed NSFW entries
|
| 140 |
+
"https://stackoverflow.com",
|
| 141 |
+
"https://medium.com",
|
| 142 |
+
"https://notion.so",
|
| 143 |
+
"https://figma.com",
|
| 144 |
+
"https://dropbox.com",
|
| 145 |
+
"https://slack.com",
|
| 146 |
+
"https://trello.com",
|
| 147 |
+
"https://shopify.com",
|
| 148 |
+
"https://target.com",
|
| 149 |
+
"https://ikea.com",
|
| 150 |
]
|