This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header('Strict-Transport-Security: max-age=31536000; includeSubDomains; preload'); | |
header('X-XSS-Protection: 1; mode=block'); | |
header("Content-Security-Policy: default-src 'self' https://cdnjs.cloudflare.com/; style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com/; object-src data: 'unsafe-eval'; img-src data: 'self' w3.org/svg/2000; font-src data: 'self';"); | |
header('Referrer-Policy: no-referrer'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paragraph_revision__field_... | |
paragraph__field_... | |
--> edit all Elements in both tables --> then clear cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Blazy*/ | |
.media--loading { | |
padding: 50px 0; | |
} | |
.media--loading::before { | |
width: 32px; | |
height: 32px; | |
max-width: 32px; | |
background: url(../../images/favicons/favicon-32x32.png) no-repeat center center; | |
-webkit-animation: rotateplane 1.2s infinite ease-in-out; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteCond %{HTTPS} off | |
RewriteCond %{HTTP:X-Forwarded-Proto} !https | |
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.quantity { | |
position: relative; | |
} | |
input[type=number]::-webkit-inner-spin-button, | |
input[type=number]::-webkit-outer-spin-button | |
{ | |
-webkit-appearance: none; | |
margin: 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ dump(user.account.name|raw) }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$conf['image_suppress_itok_output'] = TRUE; | |
$conf['image_allow_insecure_derivatives'] = TRUE; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If php compression not enabled, enable php compression | |
php_value zlib.output_compression 1 | |
php_value zlib.output_compression_level 6 | |
# Caching und Komprimierung | |
<ifModule mod_gzip.c> | |
mod_gzip_on Yes | |
mod_gzip_dechunk Yes | |
mod_gzip_item_include file \.( html|css|png|jpg|jpeg|ttf|js|xml|php|txt|woff|woff2|svg|webp)$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cache | |
# Clear all caches. | |
drush cc all | |
# Clear menu cache. | |
drush cc menu | |
# Select cache bin for clearing. | |
drush cc |
NewerOlder