mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
fix(CSP): need escaped single quotes
This commit is contained in:
@@ -74,7 +74,7 @@ export default function attachMiddlewares (app, server) {
|
|||||||
],
|
],
|
||||||
imgSrc: null,
|
imgSrc: null,
|
||||||
scriptSrc: [
|
scriptSrc: [
|
||||||
'unsafe-eval',
|
'\'unsafe-eval\'',
|
||||||
'cloudfront.loggly.com',
|
'cloudfront.loggly.com',
|
||||||
'js.stripe.com',
|
'js.stripe.com',
|
||||||
'm.stripe.network',
|
'm.stripe.network',
|
||||||
|
|||||||
Reference in New Issue
Block a user