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 Upgrade insecure requests #2174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Elchi3
Copy link
Collaborator

@Elchi3 Elchi3 commented Nov 7, 2024

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Nov 7, 2024
@@ -0,0 +1,7 @@
name: Upgrade insecure requests
description: The `Upgrade-Insecure-Requests` HTTP header instructs a user agent to upgrade insecure resource requests to secure transport before fetching them.
Copy link
Collaborator

Choose a reason for hiding this comment

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

The spec and docs make this sound like a request header. I think it's something like this?

Suggested change
description: The `Upgrade-Insecure-Requests` HTTP header instructs a user agent to upgrade insecure resource requests to secure transport before fetching them.
description: The `Upgrade-Insecure-Requests` HTTP request header tells the server that the response should redirect to a secure (HTTPS) resource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants