Skip to content

Commit

Permalink
Use HTTPS for WikiBlame
Browse files Browse the repository at this point in the history
  • Loading branch information
nardog authored Feb 15, 2024
1 parent 92567bb commit 3f9ceeb
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 3f9ceeb

Please # to comment.