cors headers

  1. slowaways

    Access-Control-Allow-Origin Multiple Origin Domains

    Is there a way to allow multiple cross-domains using the Access-Control-Allow-Origin header in OpenLiteSpeed? I try this code in Rewrite but without success: SetEnvIf Origin "http(s)?://(www\.)?(domain1.example|domain2.example)$" AccessControlAllowOrigin=$0$1 Header add...
  2. A

    CORS not working

    Hello. I have been using Cyberpanel for almost all of my sites. And everything is going absolutely fine. But, recently I happened to find an issue. That is, when I try to implement CDN for my sites, the fonts don’t load in any way. For example, my site is http://www.thepetsmedia.com and I am...
Top