DNNCommunity / DNNCommunity/DNNDocs
Feedback for Content Security Policy (CSP) in DNN
- Dominant language
- CSS
- Stars
- 24
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
The example CSP mistakenly contains the string "connect-src" as a source for the script-src directive.
The "connect-src" string should be removed from the source list for script-src directive.
Otherwise, to also add the connect-src directive, add ";" after "https://cdn.syndication.twimg.com", and also add a source to connect-src directive, such as 'self'.
---
#### Document Details
⚠ *Do not edit this section. It is required for dnndocs.com ➟ Core Team processing.*
* Content Source: [content-security-policy](https://github.com/DNNCommunity/DNNDocs/blob/master/content/guides/tutorials/security/content-security-policy/index.md/#L1)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.