Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable window.ipfs #777

Merged
merged 3 commits into from
Apr 5, 2020
Merged

Commits on Apr 5, 2020

  1. refactor: move manifest-based contentScripts to chromium

    Firefox supports dynamic injection,
    plus we recently added dedicated manifest.chromium.json
    so it makes sense to remove it from Firefox build.
    lidel committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    0fcc2d2 View commit details
    Browse the repository at this point in the history
  2. refactor: stop injecting window.Buffer

    Closes #637
    lidel committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    d6511cb View commit details
    Browse the repository at this point in the history
  3. fix: stop injecting window.ipfs for now

    This force-disables injection of window.ipfs and fades out the
    experiments on Preferences screen.
    
    We will restore it after move to JS API with Async Await and Async
    Iterables is finished.
    
    Context:
    #852 (comment)
    #843
    lidel committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    861bb2f View commit details
    Browse the repository at this point in the history