Skip to content

Commit 94ec6ac

Browse files
authored
Merge pull request #625 from OndrejSerek/patch-1
2 parents 471954b + ad61fd2 commit 94ec6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2.headers/2.permissions-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default defineNuxtConfig({
142142
security: {
143143
headers: {
144144
permissionsPolicy: {
145-
'geolocation': ['self', 'https://*.example.com'] // Self AND *.example.com allowed for routes beginning with /some-prefix/some-route/
145+
'geolocation': ['self', '"https://*.example.com"'] // Self AND *.example.com allowed for routes beginning with /some-prefix/some-route/
146146
}
147147
}
148148
}

0 commit comments

Comments
 (0)