Skip to content

Commit

Permalink
Merge pull request #162 from Xihihhh/patch-1
Browse files Browse the repository at this point in the history
Remove some sites
  • Loading branch information
URenko authored Mar 3, 2024
2 parents a1d46df + 3ed6bc5 commit a21e337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
7 changes: 1 addition & 6 deletions accesser/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,12 @@ nameserver = [
"vod-secure.twitch.tv" = "ds0h3roq6wcgc.cloudfront.net"
"extension-files.twitch.tv" = "d36mepituis1gg.cloudfront.net"
"panels.twitch.tv" = "d1ut6fykkt3imt.cloudfront.net"
"scratch.mit.edu" = "d.sni-645-default.ssl.fastly.net"
"downloads.scratch.mit.edu" = "d2as4384mnnkdz.cloudfront.net"
"*.scratch.mit.edu" = "d.sni-645-default.ssl.fastly.net"
"euronews.com" = "euronews.news"
"*.euronews.com" = "j.sni-644-default.ssl.fastly.net"
"*.nytimes.com" = "ecx.images-amazon.com"
"nyt.com" = "ecx.images-amazon.com"
"*.nyt.com" = "ecx.images-amazon.com"
"gn-web-assets.api.bbc.com" = "static-web-assets.gnl-common.bbcverticals.com"
"mastodon.social" = "n.sni-347-default.ssl.fastly.net"
"*.mastodon.social" = "n.sni-347-default.ssl.fastly.net"
"onedrive.live.com" = "0.azureedge.net"


Expand Down Expand Up @@ -183,4 +178,4 @@ nameserver = [
".scratch.mit.edu" = "151.101.2.133"
"singlelogin.re" = "195.66.210.33"
".singlelogin.re" = "195.66.210.33"
"archive.org" = "207.241.224.27"
"archive.org" = "207.241.224.27"
11 changes: 4 additions & 7 deletions accesser/pac
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
var domains = {
"apkmirror.com": 1,
"appledaily.com": 1,
"archiveofourown.org": 1,
"artstation.com": 1,
"bbc.com": 1,
"disqus.com": 1,
"dmc.nico": 1,
"dropbox.com": 1,
"dropboxapi.com": 1,
"dropbox-dns.com": 1,
Expand Down Expand Up @@ -46,14 +44,11 @@ var domains = {
"vimeo.com": 1,
"wenxuecity.com": 1,
"wikipedia.org": 1,
"scratch.mit.edu": 1,
"mastodon.social": 1,
"singlelogin.re": 1,
"archive.org": 1
};

var shexps = {
"*://api.openai.com/*": 1,
"*://steamcommunity-a.akamaihd.net/*": 1,
"*://steamuserimages-a.akamaihd.net/*": 1,
"*://*.amazon.co.jp/*": 1,
Expand All @@ -68,8 +63,10 @@ var shexps = {
"*://*.discord.gg/*": 1,
"*://media.discordapp.net/*": 1,
"*://*.duckduckgo.com/*": 1,
"*://*.v2ex.com/*":1,
"*://*.twitch.tv/*":1
"*://*.v2ex.com/*": 1,
"*://*.twitch.tv/*": 1,
"*://downloads.scratch.mit.edu/*": 1,
"*://*.dmc.nico/*": 1
};

var proxy = "PROXY {{host}}:{{port}};";
Expand Down

0 comments on commit a21e337

Please sign in to comment.