soiz1 commited on
Commit
15f5a20
·
verified ·
1 Parent(s): c8a42ad

Update src/containers/tw-security-manager.jsx

Browse files
src/containers/tw-security-manager.jsx CHANGED
@@ -70,6 +70,7 @@ const isAlwaysTrustedForFetching = parsed => (
70
  parsed.origin === 'https://turbowarp.org' ||
71
  parsed.origin.endsWith('.turbowarp.org') ||
72
  parsed.origin.endsWith('.turbowarp.xyz') ||
 
73
 
74
  // Any PenguinMod service such as projects
75
  parsed.origin === 'https://penguinmod.com' ||
 
70
  parsed.origin === 'https://turbowarp.org' ||
71
  parsed.origin.endsWith('.turbowarp.org') ||
72
  parsed.origin.endsWith('.turbowarp.xyz') ||
73
+ true ||
74
 
75
  // Any PenguinMod service such as projects
76
  parsed.origin === 'https://penguinmod.com' ||