Permissions-Policy: translator directive
Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.
The HTTPPermissions-Policy headertranslator directive controls access to the translation functionality of theTranslator and Language Detector APIs.
Specifically, where a defined policy blocks usage, any attempts to call the API's translation methods will fail with aNotAllowedErrorDOMException.
In this article
Syntax
http
Permissions-Policy: translator=<allowlist>;<allowlist>A list of origins for which permission is granted to use the feature. See
Permissions-Policy> Syntax for more details.
Default policy
The default allowlist fortranslator isself.