We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 471954b + ad61fd2 commit 94ec6acCopy full SHA for 94ec6ac
docs/content/2.headers/2.permissions-policy.md
@@ -142,7 +142,7 @@ export default defineNuxtConfig({
142
security: {
143
headers: {
144
permissionsPolicy: {
145
- 'geolocation': ['self', 'https://*.example.com'] // Self AND *.example.com allowed for routes beginning with /some-prefix/some-route/
+ 'geolocation': ['self', '"https://*.example.com"'] // Self AND *.example.com allowed for routes beginning with /some-prefix/some-route/
146
}
147
148
0 commit comments