Skip to content

Commit

Permalink
Merge pull request #47 from nardog/wikiblame-https
Browse files Browse the repository at this point in the history
Use HTTPS for WikiBlame
  • Loading branch information
MusikAnimal authored Feb 24, 2024
2 parents 92567bb + 3f9ceeb commit 7aed482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MoreMenu.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ window.MoreMenu.page = config => ({
pageExists: true,
},
'search-history-wikiblame': {
url: `http://wikipedia.ramselehof.de/wikiblame.php?lang=${config.project.contentLanguage}&project=${config.project.noticeProject}&article=${config.page.encodedName}`,
url: `https://wikipedia.ramselehof.de/wikiblame.php?lang=${config.project.contentLanguage}&project=${config.project.noticeProject}&article=${config.page.encodedName}`,
pageExists: true,
},
'search-history-xtools': {
Expand Down

0 comments on commit 7aed482

Please # to comment.