PenguinMod / penguinmod.github.io

PenguinMod Main Repo that combines the other repos together!
https://penguinmod.github.io/
GNU General Public License v3.0
18 stars 95 forks source link

Extensions that are made in Data urls are loaded without sandbox #33

Open WINRARisyou opened 10 months ago

WINRARisyou commented 10 months ago

Expected Behavior

Extensions loaded from data url's shouldn't be loaded without sandbox

Actual Behavior

They are loaded without sandbox

Steps to Reproduce

Convert an extension to a data url and try adding it in the URL tab of the custom extension install prompt. It should say "loaded without sandbox because it's from a trusted source"

Operating System and Browser

Windows 10 Chrome Chrome OS

RedMan13 commented 10 months ago

my question is why are you loading from data url instead of just using the upload file or text option...

WINRARisyou commented 10 months ago

I was just screwing around and found this out