We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
@Vixb1122 我看了下,这是bug,规则 ID=17这条规则,匹配过于宽泛。规则所在行:
ReplaceGoogleCDN/extension/rules/rules_redirect_main.json
Line 308 in 1171dfe
方法一: 修改扩展源码:默认规则 https://github.com/justjavac/ReplaceGoogleCDN/blob/1171dfeca7a00c3b9aa5d9d80aed26b7fd15418b/extension/rules/rules_redirect_main.json
"urlFilter": "developers.google.com" 变更为 "urlFilter": "://developers.google.com"
"urlFilter": "developers.google.com"
"urlFilter": "://developers.google.com"
方法二:优先级覆盖(我正在尝试),待反馈
Sorry, something went wrong.
解决思路: 添加scheme 匹配,收缩匹配范围 : #184
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: