Uh oh!
There was an error while loading. Please reload this page.
Migrate header check to setupcheck API - #44067
Conversation
27eee79 to
225cf90Comparecome-nc
commented
Mar 12, 2024
/compile / |
| ]; | ||
| foreach ($providers as $provider) { | ||
| foreach ($this->runHEAD($this->urlGenerator->getWebroot() . $provider) as $response) { |
There was a problem hiding this comment.
If that is removed, then drop also runHEAD function?
There was a problem hiding this comment.
Still used in other checks I think but yeah we could move all of them.
1f7d36d to
dd211d0Comparecome-nc
commented
Mar 12, 2024
/compile / |
Altahrim
left a comment
There was a problem hiding this comment.
If domain contains only one dot (xxxxx.yyy), we could also advise to use HSTS includeSubDomains and preload (https://hstspreload.org/)
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
…ementation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7b00b81 to
99e967aComparesusnux
commented
Mar 13, 2024
/compile amend |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
99e967a to
58ae7e4CompareSigned-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
come-nc
commented
Mar 14, 2024
I do not have any knowledge about this, I’d say that would be a followup, let’s migrate the feature first. |
See #41364
Summary
Security related header check migrated to new API and done from backend now.
TODO:
Checklist