Add firefox on ios clarifications

Geremia Taglialatela 2017-11-17 11:49:09 +01:00
parent c2cf6e8003
commit 40cddd5905

@ -4,6 +4,7 @@
* [I'm developing my web app locally (file://) and icons from CDN don't show up](#im-developing-my-web-app-locally-file-and-icons-from-cdn-dont-show-up)
* [I'm hosting fonts on my server and icons don't show up](#im-hosting-fonts-on-my-server-and-icons-dont-show-up)
* [Some brand icons are missing](#some-brand-icons-are-missing)
* [Firefox on iOS caveats](#firefox-on-ios-caveats)
* [Internet Explorer Compatibility Mode](#internet-explorer-compatibility-mode)
* [Internet Explorer 11 doesn't show icons](#internet-explorer-11-doesnt-show-icons)
* [Internet Explorer 8 caveats](#internet-explorer-8-caveats)
@ -59,6 +60,13 @@ Ref: [#1799]( https://github.com/FortAwesome/Font-Awesome/issues/1799) for more
---
#### Firefox on iOS caveats
Please check that under "Tracking Protection settings" you did not set the block list to 'Strict' instead of 'Basic'. Apparently, this also blocks web fonts (or certain file extensions?), even if they're hosted at the local website.
Ref: [#11766]( https://github.com/FortAwesome/Font-Awesome/issues/11766) for more information.
---
#### Internet Explorer Compatibility Mode
This feature will cause some random issues with IE, so please disable it by adding the meta tag as the **FIRST** tag in your `<head>`:
```html