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
Instead of needing to specify unsafe-inline, allow specifying a "nonce" to the rendered script tags. If this nonce matches the value in the CSP header, the script will be allowed to run.
Instead of needing to specify
unsafe-inline
, allow specifying a "nonce" to the rendered script tags. If this nonce matches the value in the CSP header, the script will be allowed to run.MDN docs
The text was updated successfully, but these errors were encountered: