Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 645639 - snippet details URL is not secure, can spoof major updat…
Browse files Browse the repository at this point in the history
…es. p=gozer, r=jhopkins
  • Loading branch information
John Hopkins committed Apr 13, 2011
1 parent 7b51eac commit 445c080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl/Release/Patcher/Config.pm
Expand Up @@ -27,7 +27,7 @@ sub GetProductDetails {
$appVersion . $endOfUrl; $appVersion . $endOfUrl;
} }
elsif ($product eq 'thunderbird') { elsif ($product eq 'thunderbird') {
return 'http://www.mozillamessaging.com/%locale%/' . $product . '/' . return 'https://www.mozillamessaging.com/%locale%/' . $product . '/' .
$appVersion . $endOfUrl; $appVersion . $endOfUrl;
} }
else { else {
Expand Down

0 comments on commit 445c080

Please sign in to comment.