[Pkg-mozext-commits] [requestpolicy] 161/280: create `.htaccess` for `favicon.ico`

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 344c5c2dcbefe4e7d67b65930847c7ceb67631b7
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sun Jan 18 21:33:45 2015 +0100

    create `.htaccess` for `favicon.ico`
    
    The special case of a favicon request needs to be investigated.
    see #573
---
 .gitignore              | 1 +
 tests/content/.htaccess | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6c8f857..e7c1e6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 .*
 !.gitignore
+!tests/content/.htaccess
 *.jar
 *.xpi
 *.bak*
diff --git a/tests/content/.htaccess b/tests/content/.htaccess
new file mode 100644
index 0000000..07b29dc
--- /dev/null
+++ b/tests/content/.htaccess
@@ -0,0 +1,3 @@
+<IfModule mod_alias.c>
+Redirect 301 /favicon.ico http://www.otherdomain.test/subdirectory/flag-gray.png
+</IfModule>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list