The Web Preference API aims to provide a way for sites to override the value for a given user preference (e.g. color-scheme preference) in a way that fully integrates with existing Web APIs.
[ ] In particular what about Cross-Origin-Opener-Policy: same-origin. I know it guarantees documents from the two side aren't going to influence each other.
Similar to #8
Cross-Origin-Opener-Policy: same-origin
. I know it guarantees documents from the two side aren't going to influence each other.Cross-Origin-Opener-Policy: restrict-properties
? @camillelamy might have an opinion.