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

Release v6 #370

Merged
merged 6 commits into from
Aug 26, 2022
Merged

Release v6 #370

merged 6 commits into from
Aug 26, 2022

Commits on Aug 3, 2022

  1. Require Node 14+

    See [#368][0].
    
    [0]: #368
    EvanHahn committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    aba2661 View commit details
    Browse the repository at this point in the history
  2. Increase TypeScript strictness for policies

    Before, the checks were all at runtime. Now they're at runtime and
    compile time.
    
    See [#369][0].
    
    [0]: #369
    EvanHahn committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2cf6166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4953389 View commit details
    Browse the repository at this point in the history
  4. Content-Security-Policy: remove block-all-mixed-content

    To quote [MDN][mdn]:
    
    > Deprecated: This feature is no longer recommended. Though some
    > browsers might still support it, it may have already been removed from
    > relevant web standards [...]. Avoid using it, and update existing code
    > if possible [...]
    
    See [#371][371] and [#372][372].
    
    [mdn]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/block-all-mixed-content
    [371]: #371
    [372]: #372
    fcrozatier authored and EvanHahn committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    1245693 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Stop setting Expect-CT by default

    See [#310][310].
    
    [310]: #310
    EvanHahn committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    6ad1f0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    931a4fb View commit details
    Browse the repository at this point in the history