[Closed] Mixed Content Blocked

So this isn’t really a ‘bug’ so much as it is intentional behavior that makes the game not work…but my browser (Firefox) blocks the left-hand windows from working, citing that ‘mixed content’ is not secure.
I only mention this because previous versions worked fine! Should all of this stuff be HTTPS, or none of it, or what?

I suspect this is due to the JQuery includes in my script tags using different protocols (some are http while others are https). I removed the specifically typed protocols now so the includes should match what protocol you’re using in your browser. I recommend using https though.

Let me know if the issue persists.

Wait, does this mean that the game is out now?

It’s been out, though I guess it depends on what you mean by “out”. There is a bit of content to mess around with but I’d still consider it more like alpha testing. You have to register and log in on my site to play the game; characters are bound to your account and you can create as many characters as you want.

It’s been out, though I guess it depends on what you mean by “out”. There is a bit of content to mess around with but I’d still consider it more like alpha testing. You have to register and log in on my site to play the game; characters are bound to your account and you can create as many characters as you want.[/quote]
Ah, thanks.

[quote=“Cryptic, post:2, topic:781”]I suspect this is due to the JQuery includes in my script tags using different protocols (some are http while others are https). I removed the specifically typed protocols now so the includes should match what protocol you’re using in your browser. I recommend using https though.

Let me know if the issue persists.[/quote]

Works without complaint now. Thanks!