Skip to content

Commit 57b6549

Browse files
allow unsandboxed loading (I forgot about this.)
1 parent 2449cce commit 57b6549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/tw-security-manager.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const isTrustedExtension = url => (
2828

2929
// Trust other people's galleries. These can be removed in the future, they will just show a pop-up on load if they are.
3030
url.startsWith('https://sharkpools-extensions.vercel.app/') || // SharkPool
31+
url.startsWith('https://pen-group.github.io/') || // Pen-Group / ObviousAlexC
3132

3233
// For development.
3334
url.startsWith('http://localhost:8000') ||

0 commit comments

Comments
 (0)