Firefox warning: Content Security Policy: Couldn’t process unknown directive ‘require-sri-for’

Why does Firefox tell me

Content Security Policy: Couldn’t process unknown directive ‘require-sri-for’

when Mozilla’s documentation says they’ve implemented it?

The meta tag Firefox is complaining about:

<meta http-equiv=”Con… Continue reading Firefox warning: Content Security Policy: Couldn’t process unknown directive ‘require-sri-for’

Why does Chrome tell me that the CSP ‘require-sri-for’ directive is implemented behind a flag which is currently disabled?

In my Content Security Policy I have included require-sri-for script. However, in the Chrome console I get a notice (not an error, just info):

The Content-Security-Policy directive ‘require-sri-for’ is implemented behind … Continue reading Why does Chrome tell me that the CSP ‘require-sri-for’ directive is implemented behind a flag which is currently disabled?

What attacks are mitigated by requiring CORS for subresource integrity verification?

Can someone elaborate on the attacks alluded to in this paragraph from the W3C SubResource Integrity spec?

In order to mitigate an attacker’s ability to read data cross-origin by brute-forcing values via integrity checks, responses are… Continue reading What attacks are mitigated by requiring CORS for subresource integrity verification?