Skip to content

Commit

Permalink
Fix description of CSP example (#33312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Apr 29, 2024
1 parent 168f11e commit 8a87564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Content-Security-Policy: connect-src http://example.com/;
## Examples

Example: Disable unsafe inline/eval, only allow loading of resources (images, fonts,
scripts, etc.) over https:
scripts, etc.) over http:

### Using the HTTP header

Expand Down

0 comments on commit 8a87564

Please sign in to comment.