Apparently if you disable the "fullscreen" #FeaturePolicy, it disables #Chrome's built-in full screen feature for `<video />` tags.
That seems weird to me, I would think that `fullscreen 'none';` means "I will not call `.requestFullscreen()` on an element", not "No user will want to use built-in browser behaviors to full screen something".
I would think that user agent functionality would override these kinds of restrictions, and I'm surprised to see that they don't.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy/fullscreen