Skip to content

Commit

Permalink
Fix issue #2979 (#2985)
Browse files Browse the repository at this point in the history
Fix issue #2979

Co-authored-by: Devagouda <[email protected]>
  • Loading branch information
mrbash and dpatil-magento authored Feb 17, 2021
1 parent a4ba1d0 commit 70cf1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extensions/upward-security-headers/upward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ veniaSecurityHeaders:
use:
inline: ""
default:
inline: "script-src http: https: {{ backend }}; style-src 'self' https: 'unsafe-inline' {{ backend }}; img-src data: http: https:; object-src 'none'; base-uri 'none'; child-src 'self'; font-src 'self' fonts.gstatic.com; frame-src assets.braintreegateway.com *.youtube.com *.youtu.be *.vimeo.com"
inline: "script-src http: https: {{ backend }}; style-src 'self' blob: https: 'unsafe-inline' {{ backend }}; img-src data: http: https:; object-src 'none'; base-uri 'none'; child-src 'self'; font-src 'self' fonts.gstatic.com; frame-src assets.braintreegateway.com *.youtube.com *.youtu.be *.vimeo.com"
strict-transport-security:
inline: max-age=31536000
x-content-type-options:
Expand Down

0 comments on commit 70cf1e0

Please sign in to comment.