Created
August 5, 2017 06:59
-
-
Save carlosonweb/45b6dd0b5f758b5ca735b21ef53dfaf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Error Message: | |
| # | |
| # Access to Font at '...' from origin '...' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header | |
| # is present on the requested resource. Origin '...' is therefore not allowed access. | |
| # | |
| # -------------------------------------- | |
| <IfModule mod_headers.c> | |
| <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$"> | |
| Header set Access-Control-Allow-Origin "*" | |
| </FilesMatch> | |
| </IfModule> | |
| # -------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment