-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop unnecessary CSP directives for gold view (#11605)
* Drop unnecessary CSP directives for gold view This does not seem needed, as there is no inline script src in `subscription_detail.html`. It seems like maybe we wrote this for `subscription_form.html`, which was old. This conditional was breaking the view for me locally, as we don't have any CSP directives for `script-src` locally, we only have these in production. Because of this, there are no other `script-src` exceptions. * Revert test functionality
- Loading branch information
Showing
2 changed files
with
12 additions
and
22 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
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