Skip to content

Commit

Permalink
Delete invalid option (#187)
Browse files Browse the repository at this point in the history
* 移除不可用的候选项

* 移除不可用的候选项
  • Loading branch information
jingjingxyk authored Sep 12, 2023
1 parent 0a32c9e commit bf89feb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 165 deletions.
30 changes: 0 additions & 30 deletions extension/rules/mirrors/ajax.googleapis.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,36 +129,6 @@
}
},

{
"id": 5,
"priority": 100,
"action": {
"type": "redirect",
"redirect": {
"regexSubstitution": "https://gapis.geekzu.org/ajax/ajax/libs/\\1"
}
},
"condition": {
"regexFilter": "^https?://ajax\\.googleapis\\.com/ajax/libs/(.*?)",
"requestDomains": ["ajax.googleapis.com"],
"resourceTypes": [
"main_frame",
"sub_frame",
"stylesheet",
"script",
"image",
"font",
"object",
"xmlhttprequest",
"ping",
"csp_report",
"media",
"websocket",

"other"
]
}
},
{
"id": 7,
"priority": 90,
Expand Down
34 changes: 0 additions & 34 deletions extension/rules/mirrors/fonts.googleapis.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,40 +67,6 @@
}
},

{
"id": 3,
"priority": 100,
"action": {
"type": "redirect",
"redirect": {
"transform": {
"scheme": "https",
"host": "fonts.geekzu.org"
}
}
},
"condition": {
"urlFilter": "|http*://fonts.googleapis.com",
"requestDomains": ["fonts.googleapis.com"],
"resourceTypes": [
"main_frame",
"sub_frame",
"stylesheet",
"script",
"image",
"font",
"object",
"xmlhttprequest",
"ping",
"csp_report",
"media",
"websocket",

"other"
]
}
},

{
"id": 4,
"priority": 100,
Expand Down
31 changes: 0 additions & 31 deletions extension/rules/mirrors/fonts.gstatic.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,6 @@
}
},

{
"id": 2,
"priority": 100,
"action": {
"type": "redirect",
"redirect": {
"regexSubstitution": "https://gapis.geekzu.org/g-fonts/\\1"
}
},
"condition": {
"regexFilter": "^https?://fonts\\.gstatic\\.com/(.*?)",
"requestDomains": ["fonts.gstatic.com"],
"resourceTypes": [
"main_frame",
"sub_frame",
"stylesheet",
"script",
"image",
"font",
"object",
"xmlhttprequest",
"ping",
"csp_report",
"media",
"websocket",

"other"
]
}
},

{
"id": 3,
"priority": 100,
Expand Down
38 changes: 0 additions & 38 deletions extension/rules/mirrors/gravatar.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,44 +77,6 @@
}
},

{
"id": 3,
"priority": 100,
"action": {
"type": "redirect",
"redirect": {
"transform": {
"scheme": "https",
"host": "sdn.geekzu.org"
}
}
},
"condition": {
"urlFilter": "|http*://*.gravatar.com",
"requestDomains": [
"secure.gravatar.com",
"www.gravatar.com",
"cn.gravatar.com",
"en.gravatar.com"
],
"resourceTypes": [
"main_frame",
"sub_frame",
"stylesheet",
"script",
"image",
"font",
"object",
"xmlhttprequest",
"ping",
"csp_report",
"media",
"websocket",

"other"
]
}
},
{
"id": 5,
"priority": 100,
Expand Down
31 changes: 0 additions & 31 deletions extension/rules/mirrors/themes.googleusercontent.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,6 @@
}
},

{
"id": 2,
"priority": 100,
"action": {
"type": "redirect",
"redirect": {
"regexSubstitution": "https://gapis.geekzu.org/g-themes/\\1"
}
},
"condition": {
"regexFilter": "^https?://themes\\.googleusercontent\\.com/(.*?)",
"requestDomains": ["themes.googleusercontent.com"],
"resourceTypes": [
"main_frame",
"sub_frame",
"stylesheet",
"script",
"image",
"font",
"object",
"xmlhttprequest",
"ping",
"csp_report",
"media",
"websocket",

"other"
]
}
},

{
"id": 3,
"priority": 100,
Expand Down
2 changes: 1 addition & 1 deletion public-cdn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
1. [cloudflare ](https://cdnjs.com/)
1. [google libraries cn](https://developers.google.cn/speed/libraries)
1. [七牛静态库 Staticfile CDN](http://staticfile.org/)
1. [极客族公共加速服务](https://cdn.geekzu.org/cached.html)
1. [~极客族公共加速服务~](https://cdn.geekzu.org/cached.html)
1. [CDNJS 南方科技大学](https://mirrors.sustech.edu.cn/help/cdnjs.html)
1. [CDNJS mirror list ](https://mirrorz.org/list/cdnjs)
1. [公共 CDN 静态资源加速服务 7ED Services ](https://www.7ed.net/start/public-cdn.html)
Expand Down

0 comments on commit bf89feb

Please sign in to comment.