Guest User

Untitled

a guest
May 30th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <IfModule mod_headers.c>
  2. <FilesMatch ".(eot|ttf|otf|woff|css)$">
  3. Header add Access-Control-Allow-Origin "*"
  4. </FilesMatch>
  5. </IfModule>
  6.  
  7. $.get("https://www.sarahlawrence.edu/_assets/v6/fonts/otama-text-regular/otamatextregular.eot")
  8.  
  9. $.get("https://www.sarahlawrence.edu/_assets/v6/lib/icons.data.svg.css")
  10.  
  11. XMLHttpRequest cannot load https://www.sarahlawrence.edu/_assets/v6/lib/icons.data.svg.css.
  12. No 'Access-Control-Allow-Origin' header is present on the requested resource.
  13. Origin 'https://example.com' is therefore not allowed access.
Add Comment
Please, Sign In to add comment