YourFavouriteOreo / VTT-Chat-GIFs

1 stars 1 forks source link

Call over HTTPS instead of HTTP #1

Closed insquared closed 3 years ago

insquared commented 3 years ago

chrome_IwWJvIMqNG

I think calling the API over HTTPS would be better, so that people that are using third-party hosts like Forge, Molten and etc. could use the plugin.

insquared commented 3 years ago

What is happening is the module is requesting an insecure server (HTTP not HTTPS) and the browser is preventing this from happening. The reason it works locally, I think, is the browser disables some protections when you're accessing a local server (localhost).

YourFavouriteOreo commented 3 years ago

Just released 1.0.1 to address this concern , it now accesses giphy via https . Let me know if the issue does not dissipate. Closing for now