Skip to content

Tune the Content Security Policy #1189

Open
@strugee

Description

@strugee

The current Content Security Policy is pretty good, but we can do better:

  • Properly restrict JS/CSS sources to https:// when the site itself is served over HTTPS
  • Forbid inline JS
  • Forbid eval()'d JS (this will be tricky due to the way Jade is done clientside - we'll probably just have to find another option)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions