SecurityEngineering/CSP Radar

From MozillaWiki
Jump to navigation Jump to search

CSP: the Future™

Bugs

Issues

  • should inline scripts/eval be blocked if neither script-src or default-src are present ?
    • this is so you can do e.g. csp sandbox or frame-options without blocking scripts
    • adam's view is that if you don't opt into script restrictions by specifying default-src or script-src scripts shouldn't be blocked
    • filed https://bugzilla.mozilla.org/show_bug.cgi?id=885433
  • script-nonce / script-hash (CSP 1.1)
  • paths (CSP 1.1)
  • sandbox (options 1.0, in csp1.1)
  • anything else from CSP 1.1 or UI Safety specs ?
  • frame-options (pretty much == frame-ancestors)
  • redirects / general nsIContentPolicy issue ?

ACTIONS