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

Redirect policy with hsts #1335

Merged
merged 12 commits into from
Sep 11, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    9be9fb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    d463b3b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    13f78bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6c9d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ad958c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Added redirect policy which takes HSTS into account, so that even if …

    …the location would go from HTTPs to HTTP it would follow to HTTPs if an HTSTS header is present
    skraxberger committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c4810ff View commit details
    Browse the repository at this point in the history
  2. Revert "Added redirect policy which takes HSTS into account, so that …

    …even if the location would go from HTTPs to HTTP it would follow to HTTPs if an HTSTS header is present"
    
    This reverts commit c4810ff.
    skraxberger committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0b702c5 View commit details
    Browse the repository at this point in the history
  3. Implemented a redirect strategy which respects HSTS headers and modif…

    …ies the URL accordingly if necessary
    skraxberger committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    964cc3b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. merge conflict

    Mzack9999 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8b5dc7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f6edb5 View commit details
    Browse the repository at this point in the history
  3. restoring code

    Mzack9999 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8d32c15 View commit details
    Browse the repository at this point in the history
  4. fixing logic

    Mzack9999 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4432f63 View commit details
    Browse the repository at this point in the history