Styr1x / Browsingway

Dalamud plugin for rendering browser overlays in-game.
GNU General Public License v3.0
34 stars 16 forks source link

Insecure WebSocket connection #57

Closed SnatMTE closed 2 months ago

SnatMTE commented 2 months ago

Before Dawntrail I could use an IP address over a network (such as 192.xx.xx.xx) to share Ember's Overlay with others, but it no longer works after the update.

I am getting the following error - "Mixed content: the page at https://proxy.iinact.com/etc etc". In Browsingway settings I have put it to use HTTP but it seems that it is always defaulting to https:// which is causing it not to work. This doesn't seem to happen if I use 127.0.0.1 but with the setup I have I need to connect to Ember Overlay over a network (I have a tablet with it which I use and if I use localhost I can't use that as well).

Any help would be handy.

SnatMTE commented 2 months ago

Never mind I answered my question just by re-reading this. For anyone else that needs to do this as it is Chrome-based, I created a new overlay for - chrome://settings/content/insecureContent and then I added the URL above into it. It isn't forcing https anymore.