Protection from direct external downloads not ready for multi domains
This commit is contained in:
@@ -131,27 +131,27 @@ ErrorDocument 502 //data/static/html/system/error-502.htm
|
||||
ErrorDocument 503 //data/static/html/system/error-503.htm
|
||||
ErrorDocument 504 //data/static/html/system/error-504.htm
|
||||
|
||||
SetEnvIfNoCase Referer "^http://www.fab-l3.org/" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^https://www.fab-l3.org/" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^http://www.fab-l3.org$" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^https://www.fab-l3.org$" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^http://fab-l3.org/" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^https://fab-l3.org/" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^http://fab-l3.org$" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^https://fab-l3.org$" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^http://www.fab-l3.org/" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^https://www.fab-l3.org/" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^http://www.fab-l3.org$" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^https://www.fab-l3.org$" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^http://fab-l3.org/" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^https://fab-l3.org/" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^http://fab-l3.org$" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^https://fab-l3.org$" locally_linked=1
|
||||
#
|
||||
# SetEnvIfNoCase Referer "^http://www.fablab87.fr/" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^https://www.fablab87.fr/" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^http://www.fablab87.fr$" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^https://www.fablab87.fr$" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^http://fablab87.fr/" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^https://fablab87.fr/" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^http://fablab87.fr$" locally_linked=1
|
||||
# SetEnvIfNoCase Referer "^https://fablab87.fr$" locally_linked=1
|
||||
|
||||
SetEnvIfNoCase Referer "^http://www.fablab87.fr/" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^https://www.fablab87.fr/" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^http://www.fablab87.fr$" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^https://www.fablab87.fr$" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^http://fablab87.fr/" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^https://fablab87.fr/" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^http://fablab87.fr$" locally_linked=1
|
||||
SetEnvIfNoCase Referer "^https://fablab87.fr$" locally_linked=1
|
||||
|
||||
SetEnvIfNoCase Referer "^$" locally_linked=1
|
||||
<FilesMatch "\.(js|gif|png|jpe?g)$">
|
||||
Order Deny,Allow
|
||||
Deny from all
|
||||
Allow from env=locally_linked
|
||||
</FilesMatch>
|
||||
# SetEnvIfNoCase Referer "^$" locally_linked=1
|
||||
# <FilesMatch "\.(js|gif|png|jpe?g)$">
|
||||
# Order Deny,Allow
|
||||
# Deny from all
|
||||
# Allow from env=locally_linked
|
||||
# </FilesMatch>
|
||||
|
||||
Reference in New Issue
Block a user