You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the header supported by any user agent? If so, which?
Chrome v76 and chromium-based browsers v79. Firefox is working to release this soon.
What does it do?
It's a resource isolation policy that the browser sends to the server in order to provide more context and allow the server to allow or deny the content access. Attacks such as CSRF, XSSI, XS-leaks, etc. will be much harder to pull once the server knows what the user-agent is allowing and expecting.
Thanks for the feature request @ThunderSon. Do you know if there is a corresponding issue/pr in rails/rails?
Similar to #275, I'd rather invest in rails core. Yes, this library supports all rack-based applications but I've been working on archiving this library for a long time in absence of someone willing to maintain this long-term.
Feature Request
Adding a new header
Is the header supported by any user agent? If so, which?
Chrome v76 and chromium-based browsers v79. Firefox is working to release this soon.
What does it do?
It's a resource isolation policy that the browser sends to the server in order to provide more context and allow the server to allow or deny the content access. Attacks such as CSRF, XSSI, XS-leaks, etc. will be much harder to pull once the server knows what the user-agent is allowing and expecting.
What are the headers for this policy?
Where does the specification live?
https://www.w3.org/TR/fetch-metadata/
I'd recommend reading the following article before checking the specification:
https://web.dev/fetch-metadata/
CC: @lweichselbaum
The text was updated successfully, but these errors were encountered: