DNNCommunity / DNNCommunity/DNN.IFrame

Add "allow" attribute (feature-policy)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.