Skip to content

Update: /12-appendices/01-implementation-dos-donts/05-content-security-policy #115

Closed
@cat-passwd

Description

@cat-passwd

Describe what change you would like :
I propose the removal of lines 46 and 47 since all of the options are unsafe:

  • unsafe-inline is obviously counter-productive, as it is correctly said at line 47.
  • unsafe-eval allows eval.
  • https: allows ALL scripts using HTTPS to be executed.

Context :
Section: 12-appendices/01-implementation-dos-donts/05-content-security-policy

Accessible on: https://devguide.owasp.org/en/12-appendices/01-implementation-dos-donts/05-content-security-policy/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions