summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-01-03 16:29:38 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-03 16:29:38 +0100
commit1ece54f087f04778b21e94cc52084bec629fc012 (patch)
tree88ed1bd524f4ec4bad0ac30af4312808749ea9dc /.htaccess
parent7b8975d8f53e882ad74f0c11b20beae4efebaafc (diff)
downloadbugzilla-1ece54f087f04778b21e94cc52084bec629fc012.tar.gz
bugzilla-1ece54f087f04778b21e94cc52084bec629fc012.tar.xz
Bug 1427656 - Remove ZeroClipboard helper
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]