File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ DirectoryIndex shopware.php
9696 </IfModule >
9797</FilesMatch >
9898
99+ <IfModule mod_headers.c >
100+ <FilesMatch "\.(?i:svg)$" >
101+ Header set Content-Security-Policy "script-src 'none'"
102+ </FilesMatch >
103+ </IfModule >
104+
99105# Disables auto directory index
100106<IfModule mod_autoindex.c >
101107 Options -Indexes
Original file line number Diff line number Diff line change 22
33This changelog references changes done in Shopware 5.7 patch versions.
44
5+ ## 5.7.6
6+
7+ [ View all changes from v5.7.5...v5.7.6] ( https://github.com/shopware/shopware/compare/v5.7.5...v5.7.6 )
8+
9+ ### Additions
10+
11+ * Added a new CSP directive to the default ` .htaccess `
12+
513## 5.7.4
614
715[ View all changes from v5.7.3...v5.7.4] ( https://github.com/shopware/shopware/compare/v5.7.3...v5.7.4 )
You can’t perform that action at this time.
0 commit comments