Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/2.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Mar 23, 2020
2 parents bb21129 + b54fb28 commit decb6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Expand Up @@ -35,4 +35,5 @@ FileETag None
Header set X-XSS-Protection "1; mode=block"
Header set Referrer-Policy no-referrer
Header set Content-Security-Policy "default-src 'self'; object-src 'none'; script-src 'none'; style-src 'self' 'unsafe-inline'; img-src http:"
Header add Link "</css/fonts.css>; rel=preload, </css/style.css>; rel=preload" "expr=%{CONTENT_TYPE} =~ m#text/html#"
</ifmodule>
1 change: 1 addition & 0 deletions RoboFile.php
Expand Up @@ -51,6 +51,7 @@ public function release()
->add('templates_c/')
->add('classes')
->add('controllers')
->add('css')
->add('i18n');

foreach ($finder as $file) {
Expand Down

0 comments on commit decb6e3

Please sign in to comment.