Go to file
libraryupgrader fcd0d9fa71 build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 38.0.0 → 39.0.0
* mediawiki/mediawiki-phan-config: 0.11.0 → 0.11.1
* php-parallel-lint/php-console-highlighter: 0.5.0 → 1.0.0
* php-parallel-lint/php-parallel-lint: 1.3.1 → 1.3.2

npm:
* eslint-config-wikimedia: 0.20.0 → 0.22.1
* grunt: 1.4.0 → 1.5.2
* grunt-eslint: 23.0.0 → 24.0.0
* async: 3.2.0 → 3.2.3
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25

Additional changes:
* Set `name` in package.json.

Change-Id: If0429061c2a50d8e9cdc24f4ffcb19ccfab33b7a
2022-05-21 11:54:59 +00:00
.phan Enable phan 2019-07-18 19:33:07 -04:00
i18n Localisation updates from https://translatewiki.net. 2022-01-17 08:12:56 +01:00
includes Fetch list from GitHub 2021-11-24 21:56:13 +00:00
maintenance BenchLookup: Add requireExtension() call 2022-03-11 22:44:30 +00:00
tests Merge "MediaWikiTestCase -> MediaWikiIntegrationTestCase" 2021-12-03 16:08:12 +00:00
.eslintrc.json build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-04 10:10:31 +00:00
.gitignore build: Updating grunt-banana-checker to 0.8.1 2019-12-14 23:07:20 +00:00
.gitreview Add .gitreview 2018-07-28 01:34:16 +02:00
.phpcs.xml build: Updating ansi-regex to 5.0.1 2021-10-08 07:00:15 +00:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-03 18:18:39 +00:00
composer.json build: Updating dependencies 2022-05-21 11:54:59 +00:00
COPYING Initial commit 2018-07-29 19:01:06 -07:00
domains.php Updating domains.php from Mozilla 2022-05-07 21:25:26 +01:00
extension.json MediaWikiTestCase -> MediaWikiIntegrationTestCase 2021-11-08 23:04:46 +00:00
Gruntfile.js build: Use existing eslint also for json linting 2020-09-11 23:48:00 +02:00
package-lock.json build: Updating dependencies 2022-05-21 11:54:59 +00:00
package.json build: Updating dependencies 2022-05-21 11:54:59 +00:00
README Initial commit 2018-07-29 19:01:06 -07:00

SecureLinkFixer

This MediaWiki extension rewrites external links to use the HTTPS protocol
if they are on the HSTS preload list.

While users with modern browsers will automatically use HTTPS, outdated
browsers or non-browser clients will first try visiting HTTP before being
redirected to HTTPS.

This extension is licensed under the GPL v3, or any later version. The HSTS
list included with this extension (domains.php) is licensed under the
Mozilla Public License, v 2.0.

Further reading/motivations:
* https://twitter.com/ajhdock/status/970669975861153792
* https://www.facebook.com/notes/protect-the-graph/upgrades-to-facebooks-link-security/2015650322008442/