fix(build): flip web_accessible_resources to use_dynamic_url - #118
Conversation
|
@claude review |
|
Claude finished @dmnyc's task in 4m 37s —— View job Review
Note: the branch carries three commits ( 1.
|
1cc2bd8 to
d222012
Compare
This reverts commit d222012.
1c5b0ac to
9c09848
Compare
|
The failing Provider conformance run is real, and the cause is the PR's own change. Reproduced locally with evidence:
So Recommendation for #95: close as wontfix. The scan itself labels L-14 cosmetic, and the review confirms why — this extension declaratively injects a MAIN-world provider into |
Fixes #95 (L-14).
crxjs emits
web_accessible_resourceswithuse_dynamic_url: false, exposing stablechrome-extension://URLs any site can probe to fingerprint the installed extension. A post-build Vite plugin now flips it totrueso resource URLs are per-instance. Honored on Chromium 130+; older versions ignore the key and fall back to stable URLs (min version stays 116). Verified against a fresh build.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.