Hey all! I ran into a bug with `use_dynamic_url` and wanted to share it with the group to get your thoughts.
If a Chrome extension sets `use_dynamic_url` in `web_accessible_resources` (in manifest.json) and injects a stylesheet, it can crash the host page. We've seen this happen on Google Meet and one other site. There might be more such sites.
Here is the bug report:
https://issues.chromium.org/issues/435609878 The bug got closed as "Intended Behavior", which I disagree with. `use_dynamic_url` doesn't document any CSP restrictions. Even then, a webpage crash is an inelegant way to enforce them.
Does anyone have any workarounds or suggestions for this issue?
Cheers,
Gaurang