DNNCommunity / DNNCommunity/DNNDocs

Feedback for Content Security Policy (CSP) in DNN

Open
#400 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.