Skip to content

Commit bb40ef1

Browse files
authored
Update 05-content-security-policy.md (#116)
1 parent d3bdfa7 commit bb40ef1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/en/12-appendices/01-implementation-dos-donts/05-content-security-policy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ For web applications, the source of all content is set to self.
4343

4444
- `default-src` 'self'
4545
- `script-src` 'self';
46-
- `script-src` `unsafe-inline` `unsafe-eval` https:; (I am fairly sure this is used to block unsafe inline scripts
47-
and `eval` but to be checked) - Have checked now and `unsafe-inline` should not be used
4846
- `connect-src` 'self';
4947
- `img-src` 'self';
5048
- `style-src` 'self'

0 commit comments

Comments
 (0)