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

feat: improved Origin detection via img tag #117

Merged
merged 3 commits into from
Oct 21, 2020
Merged

Commits on Oct 21, 2020

  1. feat: improved Origin detection via img tag

    This normalizes gateways.json list to use canonical path-based notation,
    and changes the way we detect Origin support.
    
    We now are doing real network-based test: we try to fetch 1x1 png
    image, so the test will work even when CORS is not set up, or when JS
    request is blocked by browser/extensions like Privacy Badger.
    
    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    5bae793 View commit details
    Browse the repository at this point in the history
  2. style: replace 🔒 with 💚

    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    2a80dfe View commit details
    Browse the repository at this point in the history
  3. refactor: review feedback

    License: MIT
    Signed-off-by: Marcin Rataj <lidel@lidel.org>
    lidel committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ac2dbac View commit details
    Browse the repository at this point in the history