-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
[Bug]: Potential CSP Issue in Chrome 130 #7
Comments
ce9242a should fix the issue. The fix is somewhat hacky since @crxjs/vite-plugin doesn't have an option to disable https://github.com/pnd280/complexity/releases/tag/v0.0.1.6-alpha |
@pnd280 - Thank you, it works great! 👍 |
@pnd280 Hey, first of all, thank you for the brilliant hack, it worked for build version. However, for dev mode, crxjs would always append an entry of web_accessible_resources, which causes the extension fail to be loaded by the latest Chrome. Do you have the same issue?
|
my solution works for both dev and build env, as long as it purges all |
@pnd280 Hello, the solution I used from you still cannot solve it. |
@Ang-l please continue discussion in the original issue crxjs/chrome-extension-tools#918 |
Version
0.0.1.5-PUBLIC-BETA
Describe the bug
I wanted to express my gratitude for creating such an excellent extension that is open-source, well-documented, clean, and lightweight.
I typically use Chrome Canary as my daily browser. However, a recent change in CSP policies or how the browser handles them seems to be affecting the loading of the Complexity extension. I used the extension for a few days, and it worked perfectly. However, currently, only the CSS injection seems to be working. I have attached several relevant screenshots below. I have also tried everything in Incognito Mode with no other extensions enabled.
I appreciate the effort you've put into this project. Please let me know if you can reproduce this issue. 🙂
Steps to reproduce
Please take a look at the screenshots below! 👍
Bug confirmation
Expected behavior
Normal behaviour, i.e:
Screenshots
Browser
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Additional context
No response
The text was updated successfully, but these errors were encountered: