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.
2 parents 9b1314d + 57b6549 commit 5f261e8Copy full SHA for 5f261e8
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