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
These headers are all pretty straightforward except CSP. For CSP I
defined the sources based on what was loaded from visiting the main page
and all crates. Images should be safe, so I've allowed them from all
sources.
This should be checked on staging before deploying.
Fixesrust-lang#586.
These headers are all pretty straightforward except CSP. For CSP I
defined the sources based on what was loaded from visiting the main page
and all crates. Images should be safe, so I've allowed them from all
sources.
This should be checked on staging before deploying.
Fixesrust-lang#586.
597: Add security headers r=carols10cents
These headers are all pretty straightforward except CSP. For CSP I
defined the sources based on what was loaded from visiting the main page
and all crates. Images should be safe, so I've allowed them from all
sources.
This should be checked on staging before deploying.
Fixes#586.
Related to #585
As asked by @carols10cents, here's a tasklist on what headers should be implemented.
Implement Content Security Policy (CSP) header
Implement HTTP Strict Transport Security (HSTS) header
Implement X-Content-Type-Options header
Implement X-Frame-Options (XFO) header
Implement X-XSS-Protection header
The text was updated successfully, but these errors were encountered: