diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-01-03 16:29:38 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-03 16:29:38 +0100 |
commit | 1ece54f087f04778b21e94cc52084bec629fc012 (patch) | |
tree | 88ed1bd524f4ec4bad0ac30af4312808749ea9dc /.htaccess | |
parent | 7b8975d8f53e882ad74f0c11b20beae4efebaafc (diff) | |
download | bugzilla-1ece54f087f04778b21e94cc52084bec629fc012.tar.gz bugzilla-1ece54f087f04778b21e94cc52084bec629fc012.tar.xz |
Bug 1427656 - Remove ZeroClipboard helper
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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] |