Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: disable use_dynamic_url as Chrome 130 is obviously not ready f…
…or it (#22) Crxjs enable [use_dynamic_url](https://developer.chrome.com/docs/extensions/reference/manifest/web-accessible-resources) by default on development for no reason and it actually did nothing before Chrome 130. Chrome 130 enable the ability of [use_dynamic_url](https://developer.chrome.com/docs/extensions/reference/manifest/web-accessible-resources) but things below are broken: 1. `import()` in a content script will fail due to [CSP reason](crxjs/chrome-extension-tools#918) 2. `chrome.runtime.action.setPopup` will fail for a dynamic url. Ref: - https://developer.chrome.com/blog/extension-news-october-2024 - https://groups.google.com/a/chromium.org/g/chromium-extensions/c/Nr3QNKFv74c/m/PYLvA7dOAAAJ
- Loading branch information