We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd68c65 commit e7f2a39Copy full SHA for e7f2a39
src/containers/tw-security-manager.jsx
@@ -27,6 +27,7 @@ const isTrustedExtension = url => (
27
url.startsWith('https://snail-ide.js.org/') ||
28
url.startsWith('https://snail-ide.vercel.app/') ||
29
url.startsWith('https://snail-ide.com/') ||
30
+ url.startsWith('https://editor.snail-ide.com/') ||
31
url.startsWith('https://sharkpools-extensions.vercel.app/') ||
32
url.startsWith('https://rubyteam.tech/cdn/extensions/') ||
33
url.startsWith('https://nmsderp.is-a.dev/') ||
@@ -405,4 +406,4 @@ export {
405
406
ConnectedSecurityManagerComponent as default,
407
manuallyTrustExtension,
408
isTrustedExtension
-};
409
+};
0 commit comments