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 2449cce commit 57b6549Copy full SHA for 57b6549
src/containers/tw-security-manager.jsx
@@ -28,6 +28,7 @@ const isTrustedExtension = url => (
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.
30
url.startsWith('https://sharkpools-extensions.vercel.app/') || // SharkPool
31
+ url.startsWith('https://pen-group.github.io/') || // Pen-Group / ObviousAlexC
32
33
// For development.
34
url.startsWith('http://localhost:8000') ||
0 commit comments