-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
850f42e
commit 6807cdb
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6807cdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@philwareham - what CSP level are we targeting at?
frame-src
is deprecated in level 2, but we're not usingchild-src
. Level 3 undeprecates it, which is…curious.Related: we can probably refresh #37 when we're clear(er) on what grade we want to aim for.
6807cdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I need to have a good sort through the CSP at some point. It seems to change spec constantly.