phpface

CORS

Aug 9th, 2022 (edited)
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # BEGIN Advertising
  2. # The directives (lines) between "BEGIN Advertising" and "END Advertising" are
  3. # dynamically generated, and should only be modified via WordPress filters.
  4. # Any changes to the directives between these markers will be overwritten.
  5. <IfModule mod_headers.c>
  6. Header set Access-Control-Allow-Origin "*"
  7. Header set Access-Control-Allow-Credentials true
  8. </IfModule>
  9. # END Advertising
Add Comment
Please, Sign In to add comment