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
对于有的网站 是有CSP安全策略的,这时候加载外部资料是有限制的,加载不成功的
比如 github 网站
可以想想办法,规避这个限制
The text was updated successfully, but these errors were encountered:
感觉这个很难突破csp限制
Sorry, something went wrong.
应该是没办法了
或许可以用 webRequest 去掉 csp 响应头?不过有安全合规风险就是。或许可以考虑让用户自己开关
兄弟们,可以试试 谷歌插件 Disable Content-Security-Policy,我这边时可以使用的,这个玩意可以关掉 CSP
No branches or pull requests
对于有的网站 是有CSP安全策略的,这时候加载外部资料是有限制的,加载不成功的
比如 github 网站
可以想想办法,规避这个限制
The text was updated successfully, but these errors were encountered: