We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b0bbf4 + 9294107 commit 5d49d2cCopy full SHA for 5d49d2c
public/.htaccess
@@ -60,12 +60,6 @@ AddDefaultCharset utf-8
60
RewriteCond %{REQUEST_FILENAME} !-d
61
RewriteRule ^(.*)$ index.php/$1 [L]
62
63
- # Disable image hotlinkiing start
64
- RewriteCond %{HTTP_REFERER} !^$
65
- RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?example.com [NC]
66
- RewriteRule \.(jpg|jpeg|png|gif)$ – [NC,F,L]
67
- # Disable image hotlinkiing end
68
-
69
# Ensure Authorization header is passed along
70
RewriteCond %{HTTP:Authorization} .
71
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
0 commit comments