PenguinMod / PenguinMod-ExtensionsGallery

https://extensions.penguinmod.com
24 stars 83 forks source link

Project will not load with extensions on http site #217

Closed pooiod closed 3 months ago

pooiod commented 3 months ago

When loading a project via the Runtime extension, I noticed that it wouldn't load any projects that use extensions. I tested this with other sites and found that the issue only happens on http sites.

I have attached the following video below as an example https://github.com/user-attachments/assets/abcdbd99-ea45-4092-88ce-bcd2883e2e67

TheShovel commented 3 months ago

this is not an extension issue, this is just how browser security works. Http is not secure. You should really just use https

If a website uses HTTP instead of HTTPS, all requests and responses can be read by anyone who is monitoring the session. Essentially, a malicious actor can just read the text in the request or the response and know exactly what information someone is asking for, sending, or receiving. - Cloudflare