From b8c2a9b64d71a114842007fff081606b1fab4993 Mon Sep 17 00:00:00 2001 From: Facyla Date: Fri, 7 Mar 2014 17:11:39 +0100 Subject: [PATCH] Resolves Firefox display bug Having a specific .htaccess rule into font-awesome include path helps solving the Firefox display bug (caused by server settings) without having to change .htaccess on sites using this project. --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..8f34a4ea4 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +# Solves Firefox display bug + + Header set Access-Control-Allow-Origin "*" +