Allow change Weather API URLs from HTTPS to HTTP #1569#1570
Merged
Conversation
|
不该作为硬性要求,该作为可选设置项 |
HelloWRC
requested changes
Dec 31, 2025
HelloWRC
left a comment
Member
There was a problem hiding this comment.
出于安全考虑,无论传输的是什么数据,禁用 TLS 功能都不应该默认启用。请为此功能添加启用开关并设为默认禁用,并在设置开关中添加危险警示语。
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
想法更新: 要不加个自定义BaseURL的功能?
|
HelloWRC
requested changes
Jan 9, 2026
本版本由于无实质性修改,所以未经检验。
afa1010 to
8cbd9ea
Compare
HelloWRC
requested changes
Jan 24, 2026
Contributor
Author
|
我现在严重怀疑我忘记提交一个文件了 |
Contributor
Author
|
鉴于最近300年(夸张)上游分支中weather根本没人改,为了确保commit精简,本PR暂未同步上游更改。 合并冲突应该不可能,功能冲突更不可能,这就是挑选冷门功能pr的魅力() |
HelloWRC
approved these changes
Jan 29, 2026
Member
Koharu-Mizuki
pushed a commit
to Koharu-Mizuki/ClassIsland-RB
that referenced
this pull request
Jun 19, 2026
… (ClassIsland#1570) * Change API URLs from HTTPS to HTTP ClassIsland#1569 兼容性++ * 将TLS的禁用设置为选项 * code:优化可维护性 本版本由于无实质性修改,所以未经检验。 * 提交遗漏的文件 涉及更改后请求重启
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

这个 Pull Request 做了什么?
修改获取天气的协议为http,让极个别网络环境下的电脑可以及时刷新天气信息
相关 Issue
Fixes #1569
检查清单