broken subresource redirects when CSP rule does not safelist localhost #1241
Labels
area/firefox
Issues related to Mozilla Firefox
effort/hours
Estimated to take one or several hours
exp/beginner
Can be confidently tackled by newcomers
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
See SmaugPool/pool.pm#20 (comment) for repro steps.
CSP blocks image request and it does not load.
Potential fix is to ignore subresource requests with
content-security-policy
header that blocks loading resource from user's gateway.That way it loads from original URL and we don't break websites.
The text was updated successfully, but these errors were encountered: