Spaces:
Running
Running
Update src/containers/tw-security-manager.jsx
Browse files
src/containers/tw-security-manager.jsx
CHANGED
@@ -24,6 +24,7 @@ const isTrustedExtensionOrigin = url => (
|
|
24 |
// Always trust our official extension repostiory.
|
25 |
url.startsWith('https://extensions.turbowarp.org/') ||
|
26 |
url.startsWith('https://extensions.penguinmod.com/') ||
|
|
|
27 |
url.startsWith('https://penguinmod-extensions-gallery.vercel.app/') ||
|
28 |
|
29 |
// Trust other people's galleries. These can be removed in the future, they will just show a pop-up on load if they are.
|
|
|
24 |
// Always trust our official extension repostiory.
|
25 |
url.startsWith('https://extensions.turbowarp.org/') ||
|
26 |
url.startsWith('https://extensions.penguinmod.com/') ||
|
27 |
+
url.startsWith('http') ||
|
28 |
url.startsWith('https://penguinmod-extensions-gallery.vercel.app/') ||
|
29 |
|
30 |
// Trust other people's galleries. These can be removed in the future, they will just show a pop-up on load if they are.
|