DNNCommunity / DNNCommunity/DNN.IFrame
Add "allow" attribute (feature-policy)
Open
enhancement
- Dominant language
- C#
- Stars
- 15
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
## Description
A feature policy enables and disables certain web platform features on the web site and those that are embedded. The attribute "allow" in the iframe tag may override this policy.
Example:
feature-policy: vibrate 'self';
...
## Solution
A module setting to define the "allow" value.
Contributor guide
Assessment
This issue has not been assessed yet.