sing-rules 2025.1017.957 → 2025.1019.1010
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/rules/ai.json +4 -0
- package/rules/ai.srs +0 -0
- package/rules/block.json +1074 -12
- package/rules/block.srs +0 -0
- package/rules/dev.json +3 -0
- package/rules/dev.srs +0 -0
- package/rules/direct.json +140 -2
- package/rules/direct.srs +0 -0
- package/rules/games-cn.json +16 -0
- package/rules/games-cn.srs +0 -0
- package/rules/games.json +17 -0
- package/rules/games.srs +0 -0
- package/rules/geosites-cn.json +140 -2
- package/rules/geosites-cn.srs +0 -0
- package/rules/geosites-not-cn.json +52 -2
- package/rules/geosites-not-cn.srs +0 -0
- package/rules/porn.json +4 -1
- package/rules/porn.srs +0 -0
- package/rules/sources.json +3 -0
- package/rules/sources.srs +0 -0
- package/rules/steam.json +1 -0
- package/rules/steam.srs +0 -0
- package/rules/tiktok.json +4 -0
- package/rules/tiktok.srs +0 -0
- package/rules/youtube.json +1 -0
- package/rules/youtube.srs +0 -0
package/rules/block.srs
CHANGED
|
Binary file
|
package/rules/dev.json
CHANGED
|
@@ -193,6 +193,7 @@
|
|
|
193
193
|
"github.community",
|
|
194
194
|
"github.dev",
|
|
195
195
|
"github.io",
|
|
196
|
+
"github-api.arkoselabs.com",
|
|
196
197
|
"github-cloud.s3.amazonaws.com",
|
|
197
198
|
"github1s.com",
|
|
198
199
|
"githubapp.com",
|
|
@@ -328,6 +329,7 @@
|
|
|
328
329
|
"npmjs.org",
|
|
329
330
|
"nuget.org",
|
|
330
331
|
"nugettest.org",
|
|
332
|
+
"octocaptcha.com",
|
|
331
333
|
"ogp.me",
|
|
332
334
|
"oneapi.com",
|
|
333
335
|
"opengraphprotocol.com",
|
|
@@ -809,6 +811,7 @@
|
|
|
809
811
|
".npmjs.org",
|
|
810
812
|
".nuget.org",
|
|
811
813
|
".nugettest.org",
|
|
814
|
+
".octocaptcha.com",
|
|
812
815
|
".ogp.me",
|
|
813
816
|
".oneapi.com",
|
|
814
817
|
".opengraphprotocol.com",
|
package/rules/dev.srs
CHANGED
|
Binary file
|