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
96
96
</IfModule >
97
97
</FilesMatch >
98
98
99
+ <IfModule mod_headers.c >
100
+ <FilesMatch "\.(?i:svg)$" >
101
+ Header set Content-Security-Policy "script-src 'none'"
102
+ </FilesMatch >
103
+ </IfModule >
104
+
99
105
# Disables auto directory index
100
106
<IfModule mod_autoindex.c >
101
107
Options -Indexes
Original file line number Diff line number Diff line change 2
2
3
3
This changelog references changes done in Shopware 5.7 patch versions.
4
4
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
+
5
13
## 5.7.4
6
14
7
15
[ 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