Skip to content

Commit

Permalink
Removed navigate-to, since it was removed from CSP spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Simbiat committed Oct 28, 2024
1 parent 015befd commit dfe9e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Headers
#Document directives
'base-uri' => '\'self\'', 'plugin-types' => '', 'sandbox' => '',
#Navigate directives
'form-action' => '\'self\'', 'frame-ancestors' => '\'self\'', 'navigate-to' => '\'self\'',
'form-action' => '\'self\'', 'frame-ancestors' => '\'self\'',
#Other directives
'require-trusted-types-for' => '\'script\'', 'trusted-types' => '', 'report-to' => '',
];
Expand Down

0 comments on commit dfe9e32

Please sign in to comment.