Skip to content

Commit

Permalink
Update Reject Domains
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Dec 20, 2023
1 parent b0dd250 commit 85facb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Build/lib/reject-data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const HOSTS = [
['https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext', true],
['https://someonewhocares.org/hosts/hosts', true],
['https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt', false],
['https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt', false],
['https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt', true],
['https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Xiaomi-Extension.txt', false],
['https://raw.githubusercontent.com/jdlingyu/ad-wars/master/hosts', false],
['https://raw.githubusercontent.com/durablenapkin/block/master/luminati.txt', true],
Expand Down
6 changes: 1 addition & 5 deletions Modules/sukka_url_rewrite.sgmodule
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@
^https?://(www.)?xshellcn\.com/ https://www.netsarang.com/products/xsh_overview.html 302
^https?://(www.)?yuanchengxiezuo\.com/ https://www.teamviewer.com/zhcn/ 302
^https?://(www.)?zbrushcn\.com/ http://pixologic.com/ 302
^https://aweme-eagle(.*)\.snssdk\.com/aweme/v2/ https://aweme-eagle$1.snssdk.com/aweme/v1/ 302

# JD Protection
^https?://union\.click\.jd\.com/jda? http://union.click.jd.com/jda?adblock= header
^https?://union\.click\.jd\.com/sem.php? http://union.click.jd.com/sem.php?adblock= header
# TikTok Internation
(?<=(carrier|account|sys|sim)_region=)CN JP 307
# Resso
(?<=(carrier|account|sys|sim)_region=)cn in 307

# Special AD Block Section

Expand Down
9 changes: 8 additions & 1 deletion Source/domainset/reject_sukka.conf
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,19 @@ analytics.spotify.com
.log.spotify.com

# >> Microsoft
.telemetry.microsoft.com
.events.data.microsoft.com
.data.microsoft.com
.watson.microsoft.com
mobile.events.data.microsoft.com
.vortex-win.data.microsoft.com
.vortex.data.microsoft.com
.vortex.data.microsoft.com.akadns.net
.vortex.data.msn.com
watson.telemetry.microsoft.com

umwatsonc.telemetry.microsoft.com
umwatsonc.events.data.microsoft.com
vortex-win-sandbox.data.microsoft.com
onecollector.cloudapp.aria.akadns.net
prod.nexusrules.live.com.akadns.net
Expand All @@ -791,7 +799,6 @@ settings-sandbox.data.microsoft.com
settings-win.data.microsoft.com
telemetry.appex.bing.net
watson.live.com
watson.microsoft.com
feedback.search.microsoft.com
feedback.windows.com
corp.sts.microsoft.com
Expand Down

0 comments on commit 85facb2

Please sign in to comment.