Controls access to navigator.share(). By default, third-party iframes do not have permission to use the Web Share API.
Third party iframes could previously use navigator.share() without explicit permission from the site. The new permission policy's default allowlist is 'self', preventing such abuse. Organizations that want to prevent sharing will be able to define an enterprise policy.
Docs: https://w3c.github.io/web-share
Samples: https://scrawny-bottlenose-somersault.glitch.me/share-from-iframes.html
Explainers: https://github.com/w3c/web-share/blob/master/docs/explainer.md