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

Set minimum HTTP version to 2.0 #497

Merged

Conversation

HotCakeX
Copy link
Owner

@HotCakeX HotCakeX commented Jan 4, 2025

  • Set the minimum HTTP version to 2.0 so it no longer uses 1.1 as fallback and by default it tries the highest available version which is 3.0 at the moment.
  • Enabled a new code analyzer: nested types should not be visible.
  • Changed the update page's cache mode from enabled to required.

Set minimum HTTP version to 2.0.
Enabled a new code analyzer: nested types should not be visible.
Changed the update page's cache mode from enabled to required.
@HotCakeX HotCakeX added the Enhancement 💯 New feature or request label Jan 4, 2025
@HotCakeX HotCakeX self-assigned this Jan 4, 2025
@Copilot Copilot bot review requested due to automatic review settings January 4, 2025 13:42

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • AppControl Manager/.editorconfig: Language not supported
  • AppControl Manager/Pages/ViewFileCertificates.xaml.cs: Evaluated as low risk
  • AppControl Manager/Logic/Main/BasePolicyCreator.cs: Evaluated as low risk
  • AppControl Manager/Logic/AppUpdate.cs: Evaluated as low risk
Comments suppressed due to low confidence (2)

AppControl Manager/Logic/FileCertificateInfoCol.cs:5

  • The comment should be capitalized: 'A class that represents each certificate in a chain'.
// a class that represents each certificate in a chain

AppControl Manager/Logic/FileCertificateInfoCol.cs:7

  • [nitpick] The class name 'FileCertificateInfoCol' is not very descriptive. Consider renaming it to 'FileCertificateInfo'.
public sealed class FileCertificateInfoCol
@HotCakeX HotCakeX merged commit 91b433e into main Jan 4, 2025
2 checks passed
@HotCakeX HotCakeX deleted the Enforced-minimum-HTTP-version,-enabled-a-code-analyzer branch January 4, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💯 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant