For HTTP Feature-Policy header you can set the features mentioned in https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy individually. But how can I set a default?
You can do it for Content-Security-Policy by setting default-src, is there an equivalent for Feature-Policy?
It would be more convenient than setting each of the numerous features individually, especially because you'll have to keep that list up to date as new features are added.