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

Add HSTS to F# ApiServer and BwdServer #3665

Merged
merged 14 commits into from
Apr 21, 2022

Commits on Apr 8, 2022

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

Commits on Apr 15, 2022

  1. Format code

    StachuDotNet committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    a123217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e654257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b46391f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Adjust BwdServer HSTS set-up, including tests

    The implementation here is a bit of a hack; for
    some reason, the constructs used in ApiServer.fs are
    not working here. A follow-up commit is likely to clean
    this up.
    
    Note: 205/211 needed adjustment; the other 6
    did not, as the requests do not hit our HTTP stack
    
    Several (5) of the tests required careful adjustment
    through vim because of their inconsistent line endings.
    StachuDotNet committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    f785fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    620b7cd View commit details
    Browse the repository at this point in the history
  3. Format code

    StachuDotNet committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    af6294f View commit details
    Browse the repository at this point in the history
  4. Update code comment

    StachuDotNet committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    38725cb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    a4873e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c806ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    151faf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ee37c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

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

Commits on Apr 21, 2022

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