Skip to content

Commit

Permalink
csp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Dec 18, 2023
1 parent 4260648 commit a25bae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"Referrer-Policy": "strict-origin-when-cross-origin",
"Access-Control-Allow-Methods": "GET",
"Content-Security-Policy": "base-uri 'self'; font-src 'self' data:; form-action 'self'; frame-ancestors 'self'; img-src 'self' https://*.add-to-calendar-pro.com https://add-to-calendar-pro.com https://*.caldn.net https://*.paddle.com data:; object-src 'none'; script-src-attr 'self'; script-src 'self' https://*.add-to-calendar-pro.com https://add-to-calendar-pro.com https://*.paddle.com; style-src 'self' https://*.add-to-calendar-pro.com https://add-to-calendar-pro.com https://cdn.jsdelivr.net; frame-src 'self' https://*.paddle.com; upgrade-insecure-requests;",
"Content-Security-Policy": "base-uri 'self'; font-src 'self' data:; form-action 'self'; frame-ancestors 'self'; img-src 'self' https://*.add-to-calendar-pro.com https://add-to-calendar-pro.com https://*.caldn.net https://*.paddle.com data:; object-src 'none'; script-src-attr 'self'; script-src 'self' 'unsafe-inline' https://*.add-to-calendar-pro.com https://add-to-calendar-pro.com https://*.paddle.com; style-src 'self' 'unsafe-inline' https://*.add-to-calendar-pro.com https://add-to-calendar-pro.com https://cdn.jsdelivr.net; frame-src 'self' https://*.paddle.com; upgrade-insecure-requests;",
"Permissions-Policy": "geolocation=(),midi=(),microphone=(),camera=(),gyroscope=(*),encrypted-media=(*),payment=()"
}
}

0 comments on commit a25bae7

Please sign in to comment.