MilanBozic

Cors

Aug 28th, 2020
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <IfModule mod_headers.c>
  2. <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
  3. Header set Access-Control-Allow-Origin "*"
  4. </FilesMatch>
  5. </IfModule>
Add Comment
Please, Sign In to add comment