Skip to content

Commit 65abb70

Browse files
committed
SimpleChatTC:SimpleProxy: Include some news sites in allowed domains
1 parent 72e7a8d commit 65abb70

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

tools/server/public_simplechat/local.tools/simpleproxy.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,33 @@
1111
".*\\.duckduckgo\\.com$",
1212
"^duckduckgo\\.com$",
1313
".*\\.google\\.com$",
14-
"^google\\.com$"
14+
"^google\\.com$",
15+
"^arxiv\\.org$",
16+
".*\\.nature\\.com$",
17+
".*\\.science\\.org$",
18+
".*\\.reuters\\.com$",
19+
".*\\.bloomberg\\.com$",
20+
".*\\.forbes\\.com$",
21+
".*\\.npr\\.org$",
22+
".*\\.cnn\\.com$",
23+
".*\\.theguardian\\.com$",
24+
".*\\.bbc\\.com$",
25+
".*\\.france24\\.com$",
26+
".*\\.dw\\.com$",
27+
".*\\.jpost\\.com$",
28+
".*\\.aljazeera\\.com$",
29+
".*\\.alarabiya\\.net$",
30+
".*\\.rt\\.com$",
31+
"^tass\\.com$",
32+
".*\\.channelnewsasia\\.com$",
33+
".*\\.scmp\\.com$",
34+
".*\\.nikkei\\.com$",
35+
".*\\.nhk\\.or\\.jp$",
36+
".*\\.indiatoday\\.in$",
37+
"^theprint\\.in$",
38+
".*\\.ndtv\\.com$",
39+
"^lwn\\.net$",
40+
"^arstechnica\\.com$"
1541
],
1642
"bearer.insecure": "NeverSecure"
1743
}

0 commit comments

Comments
 (0)