Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "chore(download): allows Updater to follow redirects"
This reverts commit e8d3fcf.
  • Loading branch information
skjnldsv authored and backportbot[bot] committed Jun 5, 2025
commit a448c147b8e2d28bc5f0ba5d5740cdf88186067f
2 changes: 0 additions & 2 deletions lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ private function getUpdateServerResponse(): array {
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_URL => $updateURL,
CURLOPT_USERAGENT => 'Nextcloud Updater',
CURLOPT_FOLLOWLOCATION => 1,
CURLOPT_MAXREDIRS => 2,
]);

if ($this->getConfigOption('proxy') !== null) {
Expand Down