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
{{ message }}
This repository was archived by the owner on Nov 7, 2019. It is now read-only.
To properly implement the Content-Security-Policy header, we should remove any inline JavaScript and CSS (including style attributes) as they are far more likely to be injected by a malicious user than an external script file or stylesheet is.
To properly implement the
Content-Security-Policyheader, we should remove any inline JavaScript and CSS (includingstyleattributes) as they are far more likely to be injected by a malicious user than an external script file or stylesheet is.