diff --git a/backend/src/main/resources/config/application.yml b/backend/src/main/resources/config/application.yml index b7edb2e6b..f28e03ba0 100644 --- a/backend/src/main/resources/config/application.yml +++ b/backend/src/main/resources/config/application.yml @@ -127,6 +127,6 @@ jhipster: license: unlicensed license-url: security: - content-security-policy: "default-src 'self' https://fonts.googleapis.com/css* https://fonts.gstatic.com/s/poppins/v20*; frame-src 'self' data:; script-src 'self' https://storage.googleapis.com; style-src 'self'; img-src 'self' data:; font-src 'self' data:" + content-security-policy: "default-src 'self' https://fonts.googleapis.com/css* https://fonts.gstatic.com/s/poppins/v20*; frame-src 'self' data:; script-src 'self' https://storage.googleapis.com*; style-src 'self' https://fonts.googleapis.com/css*; img-src 'self' data:; font-src 'self' data:" # application: