Skip to content

Commit

Permalink
fix: csp header in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyoboieltr authored and davidmurdoch committed Oct 31, 2024
1 parent 03ed272 commit f4ec8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Content-Security-Policy', function (this: Suite) {
headers: [
{
key: 'Content-Security-Policy',
value: `default-src: 'none'`,
value: `default-src 'none'`,
},
],
},
Expand Down

0 comments on commit f4ec8d0

Please sign in to comment.