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';
...
<iframe src="https://somewhere.else" allow="vibrate">
Solution
A module setting to define the "allow" value.