csp update

This commit is contained in:
2025-06-18 09:09:45 +01:00
parent 4b92f40018
commit 6900d02f8c
+2
View File
@@ -22,6 +22,8 @@ export function middleware(request) {
upgrade-insecure-requests;
`;
//const cspHeader = "";
// csp += `base-uri 'self';`;
// csp += `script-src 'self' 'unsafe-eval' 'unsafe-inline' https://ukwest-0.in.applicationinsights.azure.com https://region1.google-analytics.com https://www.google-analytics.com/ https://tagmanager.google.com/ https://www.googletagmanager.com/;`;
// csp += `style-src 'self' 'unsafe-inline' https://pro.fontawesome.com/ https://www.google-analytics.com https://tagmanager.google.com/ https://www.googletagmanager.com/ https://fonts.googleapis.com/;`;