···88 <p>Redirecting...</p>
99 <script>
1010 // Relay to Firefox extension callback
1111- // Firefox extensions use browser.identity.getRedirectURL() which returns a moz-extension:// URL
1212- // The actual URL will be captured by launchWebAuthFlow
1313- // For Firefox, we redirect to a web_accessible_resource
1414- const extRedirect = browser.identity.getRedirectURL('extension-callback.html');
1111+ // The extension ID is synthesis@seams.so, which Firefox hashes to this subdomain
1212+ const extRedirect = 'https://e7a0b7703dc3d21c8ef60539da3ed68d27b48e8c.extensions.allizom.org/';
1513 window.location.href = extRedirect + window.location.search + window.location.hash;
1614 </script>
1715</body>