Skip to content

Instantly share code, notes, and snippets.

@kimwhite
Created November 6, 2014 22:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimwhite/f947992375143780c364 to your computer and use it in GitHub Desktop.
Save kimwhite/f947992375143780c364 to your computer and use it in GitHub Desktop.
fix social icons with multiple parked domains
Added this to the .htaccess page
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment