soiz1 commited on
Commit
0ff7293
·
verified ·
1 Parent(s): c8374cf

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

Browse files
src/containers/tw-security-manager.jsx CHANGED
@@ -65,7 +65,7 @@ const embedOriginsTrustedByUser = new Set();
65
  const isAlwaysTrustedForFetching = parsed => (
66
  // If we would trust loading an extension from here, we can trust loading resources too.
67
  isTrustedExtension(parsed.href) ||
68
-
69
  // Any TurboWarp service such as trampoline
70
  parsed.origin === 'https://turbowarp.org' ||
71
  parsed.origin.endsWith('.turbowarp.org') ||
 
65
  const isAlwaysTrustedForFetching = parsed => (
66
  // If we would trust loading an extension from here, we can trust loading resources too.
67
  isTrustedExtension(parsed.href) ||
68
+ true ||
69
  // Any TurboWarp service such as trampoline
70
  parsed.origin === 'https://turbowarp.org' ||
71
  parsed.origin.endsWith('.turbowarp.org') ||