Skip to content

Commit

Permalink
config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Sep 29, 2023
1 parent c7a28a7 commit ee9b2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default defineNuxtConfig({
'script-src-attr': ["'self'"],
'script-src': ["'self' 'unsafe-inline' https://*.add-to-calendar-button.com"],
'style-src': ["'self' 'unsafe-inline' https://add-to-calendar-button.com"],
//'upgrade-insecure-requests': true,
'upgrade-insecure-requests': true,
},
referrerPolicy: 'strict-origin-when-cross-origin',
strictTransportSecurity: {
Expand Down

0 comments on commit ee9b2fa

Please sign in to comment.