Details
Description
Add configuration to set the feature policy for iframe's.
This will allow to change the browser feature policy in common locations for iframes.
See https://developers.google.com/web/updates/2018/06/feature-policy
List of features at https://feature-policy-demos.appspot.com/
New property added to allow easy control over the "allow" attribute in iframes
browser.feature.allow.count=5 browser.feature.allow.1=autoplay * browser.feature.allow.2=fullscreen * browser.feature.allow.3=encrypted-media * browser.feature.allow.4=camera 'self' browser.feature.allow.5=microphone 'self'
This configuration is needed to help allow those elements in sakai which leverage iframes to deliver content (media) for example LTI.