benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.49k stars 2.7k forks source link

no sync in firefox #1760

Open pflegende opened 2 years ago

pflegende commented 2 years ago

working on: https://stackedit.io/app#

in ff 93.0 syncing doesnt work

tried with:

allways fails

gives back a blank page to https://stackedit.io/oauth2/callback#state=VhunuUaJEt2b72z3&access_token=(...) (token not copied here)

with inside only:

<!DOCTYPE html>
<html>
  <body>
    <script>
      var origin = location.protocol + '//' + location.host;
      (window.opener || window.parent).postMessage(location.hash || location.search, origin);
    </script>
  </body>
</html>