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 ERR_UNSAFE_PORT from LensProxy #4558

Merged
merged 3 commits into from
Dec 14, 2021
Merged

Fix ERR_UNSAFE_PORT from LensProxy #4558

merged 3 commits into from
Dec 14, 2021

Commits on Dec 10, 2021

  1. Fix ERR_UNSAFE_PORT from LensProxy

    - Use the current list of ports from chromium as it is much easier to
      just reject using one of those instead of trying to handle the
      ERR_UNSAFE_PORT laod error from a BrowserWindow.on("did-fail-load")
    
    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    Nokel81 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    6c9a53f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Move all port handling into LensProxy

    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    Nokel81 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    40fa387 View commit details
    Browse the repository at this point in the history
  2. don't use so many exceptions

    Signed-off-by: Sebastian Malton <sebastian@malton.name>
    Nokel81 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    29e675b View commit details
    Browse the repository at this point in the history