Skip to content

Use HTTPS for security#2232

Merged
dbaeumer merged 1 commit into
microsoft:gh-pagesfrom
orien:https
May 20, 2026
Merged

Use HTTPS for security#2232
dbaeumer merged 1 commit into
microsoft:gh-pagesfrom
orien:https

Conversation

@orien
Copy link
Copy Markdown
Contributor

@orien orien commented Feb 27, 2026

Update links to use HTTPS, where possible.

@orien
Copy link
Copy Markdown
Contributor Author

orien commented Feb 27, 2026

@microsoft-github-policy-service agree

@orien
Copy link
Copy Markdown
Contributor Author

orien commented Mar 31, 2026

@dbaeumer could you please review this pull request?

dbaeumer
dbaeumer previously approved these changes May 20, 2026
@dbaeumer
Copy link
Copy Markdown
Member

@orien was out on a sabbatical. Thanks for the PR.

@dbaeumer dbaeumer enabled auto-merge (squash) May 20, 2026 06:22
@dmitrivMS
Copy link
Copy Markdown

@dbaeumer FYI - there is a number of URL changes which are not just http -> https, hope that's ok.

@dmitrivMS
Copy link
Copy Markdown

@orien FYI, conflicts

auto-merge was automatically disabled May 20, 2026 07:33

Head branch was pushed to by a user without write access

Comment thread _implementors/tools.md
| [PhpStorm](https://www.jetbrains.com/phpstorm) | [JetBrains](https://www.jetbrains.com) | Proprietary |
| [PyCharm](https://www.jetbrains.com/pycharm) | [JetBrains](https://www.jetbrains.com) | Proprietary |
| [Qt Creator](https://doc-snapshots.qt.io/qtcreator-9.0/creator-language-servers.html) | [The Qt Company](http://qt.io/) | [qtcreator](https://github.com/qt-creator/qt-creator)
| [Qt Creator](https://doc-snapshots.qt.io/qtcreator-9.0/creator-language-servers.html) | [The Qt Company](https://www.qt.io/) | [qtcreator](https://github.com/qt-creator/qt-creator)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Added www subdomain, following the redirect:

❯ curl -I https://qt.io
HTTP/1.1 301 Moved Permanently
Date: Wed, 20 May 2026 07:34:26 GMT
Server: Apache
Strict-Transport-Security: max-age=63072000; includeSubdomains;
Location: https://www.qt.io/
Content-Type: text/html; charset=iso-8859-1

Comment thread _implementors/tools.md
| [Ruby](https://www.jetbrains.com/ruby) | [JetBrains](https://www.jetbrains.com) | Proprietary |
| [RJ TextEd](https://www.rj-texted.se/) | [Rickard Johansson](https://github.com/rickard67) | [lsp](https://github.com/rickard67/LSP-Pascal-Library) |
| [Spyder](http://spyder-ide.org) | [Spyder Dev Team](https://github.com/spyder-ide) | [spyder](https://github.com/spyder-ide/spyder) |
| [Spyder](https://www.spyder-ide.org/) | [Spyder Dev Team](https://github.com/spyder-ide) | [spyder](https://github.com/spyder-ide/spyder) |
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Added www subdomain, following the redirect:

❯ curl -I https://spyder-ide.org
HTTP/2 301
date: Wed, 20 May 2026 07:35:40 GMT
content-type: text/html; charset=UTF-8
location: https://www.spyder-ide.org/
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HL1jvKcuQDlub%2BZZkpEKo2TK%2BO1NSlplx2%2BphaGGFEVMaePabtZrDtuR9vri6ze4d%2F0Z1kyr4Rykwp2w9YIidZ86y3bFQd53nmbPdP1ckS6f64R9N9Y%2FIv9%2Fhau4el5gYQ%3D%3D"}]}
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
server: cloudflare
cf-ray: 9fe9aa7eed33f0cc-MEL
alt-svc: h3=":443"; ma=86400

#### URI

URI's are transferred as strings. The URI's format is defined in [http://tools.ietf.org/html/rfc3986](http://tools.ietf.org/html/rfc3986)
URI's are transferred as strings. The URI's format is defined in [https://datatracker.ietf.org/doc/html/rfc3986](https://datatracker.ietf.org/doc/html/rfc3986)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Changed site, following the redirect:

❯ curl -I https://tools.ietf.org/html/rfc3986
HTTP/2 301
date: Wed, 20 May 2026 07:37:31 GMT
content-type: text/html; charset=UTF-8
location: https://datatracker.ietf.org/doc/html/rfc3986
x-robots-tag: noindex, nofollow
server: cloudflare
cf-ray: 9fe9ad36a8add87d-MEL
alt-svc: h3=":443"; ma=86400

#### <a href="#uri" name="uri" class="anchor">URI</a>

URI's are transferred as strings. The URI's format is defined in [http://tools.ietf.org/html/rfc3986](http://tools.ietf.org/html/rfc3986)
URI's are transferred as strings. The URI's format is defined in [https://datatracker.ietf.org/doc/html/rfc3986](https://datatracker.ietf.org/doc/html/rfc3986)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Followed redirect. See above for details.

@orien
Copy link
Copy Markdown
Contributor Author

orien commented May 20, 2026

@orien FYI, conflicts

Thanks for the prompt, @dmitrivMS. I've rebased my branch.

@orien
Copy link
Copy Markdown
Contributor Author

orien commented May 20, 2026

Please let me know if you'd like me to revert the domain changes.

@dbaeumer
Copy link
Copy Markdown
Member

@dmitrivMS yes, I saw them as well.

@dbaeumer
Copy link
Copy Markdown
Member

Please let me know if you'd like me to revert the domain changes.

They are fine for me since they are redirected there anyways.

@dbaeumer dbaeumer enabled auto-merge (squash) May 20, 2026 07:49
@dbaeumer dbaeumer merged commit f07c6e5 into microsoft:gh-pages May 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants