summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 0 insertions, 6 deletions
diff --git a/.htaccess b/.htaccess
index 1a2ef3eb7..eaee185c9 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,11 +3,6 @@
deny from all
</FilesMatch>
-# Allow ZeroClipboard for access to the clipboard
-<Files "ZeroClipboard.swf">
- allow from all
-</Files>
-
AddType image/x-icon .ico
AddType application/font-woff .woff
AddType application/font-woff2 .woff2
@@ -90,5 +85,4 @@ RewriteRule ^rest - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE]
RewriteRule ^(?:latest|1\.2|1\.3)/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE]
RewriteRule ^bzapi/(.*)$ extensions/BzAPI/bin/rest.cgi/$1 [NE]
-RewriteRule ^data/assets/ZeroClipboard.swf(.*)$ extensions/BugModal/web/ZeroClipboard/ZeroClipboard.swf$1 [NE]
RewriteRule ^login$ index.cgi?GoAheadAndLogIn=1 [NE]