File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ const messages = defineMessages({
34
34
// Only trust loading extension links from these origins.
35
35
// For user-made libraries.
36
36
const TRUSTED_LOADEXT_ORIGINS = [
37
- 'https://studio.penguinmod.site' , // for development
38
37
'https://studio.penguinmod.com' , // for development
39
38
'https://extensions.penguinmod.com' ,
40
39
'https://sharkpools-extensions.vercel.app' ,
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ const manuallyTrustExtension = url => {
23
23
const isTrustedExtension = url => (
24
24
// Always trust our official extension repostiory.
25
25
url . startsWith ( 'https://extensions.turbowarp.org/' ) ||
26
- url . startsWith ( 'https://extensions.penguinmod.site/' ) ||
27
26
url . startsWith ( 'https://extensions.penguinmod.com/' ) ||
28
27
url . startsWith ( 'https://penguinmod-extensions-gallery.vercel.app/' ) ||
29
28
@@ -66,8 +65,6 @@ const isAlwaysTrustedForFetching = parsed => (
66
65
parsed . origin . endsWith ( '.turbowarp.xyz' ) ||
67
66
68
67
// Any PenguinMod service such as projects
69
- parsed . origin === 'https://penguinmod.site' ||
70
- parsed . origin . endsWith ( '.penguinmod.site' ) ||
71
68
parsed . origin === 'https://penguinmod.com' ||
72
69
parsed . origin . endsWith ( '.penguinmod.com' ) ||
73
70
Original file line number Diff line number Diff line change @@ -1050,7 +1050,7 @@ if (IsLocal || IsLiveTests) {
1050
1050
} ,
1051
1051
{
1052
1052
name : 'Test Extension Loader' ,
1053
- href : 'https://studio.penguinmod.site /loadExt.html' ,
1053
+ href : 'https://studio.penguinmod.com /loadExt.html' ,
1054
1054
extensionId : 'special_testExtensionLibrary' ,
1055
1055
iconURL : defaultExtensionIcon ,
1056
1056
description : 'Test loading extensions from a library. For developers.' ,
You can’t perform that action at this time.
0 commit comments