Skip to content

Commit

Permalink
more domains
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Mar 10, 2024
1 parent 813488f commit 114b989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/containers/tw-security-manager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ const isTrustedExtension = url => (
url.startsWith('https://extensions.penguinmod.com/') ||
url.startsWith('https://snail-ide.js.org/') ||
url.startsWith('https://snail-ide.vercel.app/') ||
url.startsWith('https://snail-ide.com/') ||
url.startsWith('https://sharkpools-extensions.vercel.app/') ||
url.startsWith('https://rubyteam.tech/cdn/extensions/') ||
url.startsWith('https://nmsderp.is-a.dev/') ||
url.startsWith('https://opensnail.snail-ide.com/api/download') ||
url.startsWith('https://dumo.is-a.dev/') ||
url.startsWith('https://ba4x.pro/') ||
url.startsWith('https://adacraft.notion.site/') ||
url.startsWith('https://adacraft.org/') ||
Expand Down

2 comments on commit 114b989

@dumorando
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

url.startsWith('https://dumo.is-a.dev/')

image

@nmsderp
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

url.startsWith('https://dumo.is-a.dev/')

image

heheheha

Please sign in to comment.