
styx31 |

Hi,
https://paizo.com is always returning a "302" redirect response status code, redirecting to non-secure website http://paizo.com. (why ?)
Tested on Chrome (68) and Firefox (61), with or without private mode.
The problem is that most of the CSS/Fonts resources or ajax requests are strictly using https and are blocked by cross origin checks *on Firefox only*.
Example of message: Access to Font at 'https://paizo.com/include/fonts/OpenSans-Regular/OpenSans-Regular.woff' from origin 'http://paizo.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://paizo.com' is therefore not allowed access.
Because the forum content is loaded using Ajax request, all forums are blank on Firefox.
The only way to browse or post new messages is to use MS Edge on windows (or disable XSS checks).
Edit: please also note that the status code returned is "302 Apple" ??