Skip to content

Commit

Permalink
Merge branch 'SukkaW:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
FYLSen authored Feb 11, 2024
2 parents 977de4a + 8d55e57 commit 07bafef
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion Build/build-reject-domainset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export const buildRejectDomainSet = task(import.meta.path, async (span) => {
const trie = createTrie(domainSets);

domainSuffixSet.forEach(suffix => {
domainSets.delete(suffix);
trie.substractSetInPlaceFromFound(suffix, domainSets);
});
filterRuleWhitelistDomainSets.forEach(suffix => {
Expand Down
2 changes: 1 addition & 1 deletion Build/lib/reject-data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const PREDEFINED_WHITELIST = [
'cdn.userreport.com', // https://github.com/AdguardTeam/AdGuardSDNSFilter/issues/1158
'ip-api.com',
'fastly-analytics.com',
'syd1.digitaloceanspaces.com',
'digitaloceanspaces.com',
's3.nl-ams.scw.cloud',
'geolocation-db.com',
'uploads.codesandbox.io',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ rules:
#### AI

- 域名规则 人工维护
- 包含 OpenAI、Bard、Claude、Perplexity 等
- 包含 OpenAI、Google Gemini、Claude、Perplexity 等

**Surge**

Expand Down
7 changes: 7 additions & 0 deletions Source/domainset/cdn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ cdn.mathjax.org
cdn.embed.ly
gitpkg-fork.vercel.sh
cdn.redoc.ly
.staticimgly.com

# Open Source Website and Services
docs.rs
Expand Down Expand Up @@ -185,6 +186,10 @@ formulae.brew.sh
# PHP
.getcomposer.org
.packagist.org
# SimpleIcons
cdn.simpleicons.org
icons.ly
simpleicons.org
# misc
packages.httpie.io
assets-production.packagecloud.io
Expand Down Expand Up @@ -2384,3 +2389,5 @@ images.design-editor.com
assets.st-note.com
filestore.fortinet.com
.daumcdn.net
avts.wmlabs.net
object.innei.in
3 changes: 2 additions & 1 deletion Source/non_ip/ai.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ DOMAIN-SUFFIX,openaiapi-site.azureedge.net
DOMAIN-SUFFIX,perplexity.ai
DOMAIN-SUFFIX,anthropic.com
DOMAIN-SUFFIX,claude.ai
# Google Bard
# Google Gemini
DOMAIN-SUFFIX,bard.google.com
DOMAIN-SUFFIX,gemini.google.com
# Google Generative Language API
DOMAIN-SUFFIX,generativelanguage.googleapis.com
# Google AI Studio
Expand Down

0 comments on commit 07bafef

Please sign in to comment.