Go to file
libraryupgrader 1e550c5b89 build: Updating mediawiki/mediawiki-codesniffer to 23.0.0
Change-Id: Ibdc47802ea8f74515ccc124155c36fdb7e03c032
2018-11-16 09:17:17 +00:00
i18n Localisation updates from https://translatewiki.net. 2018-09-08 10:39:57 +02:00
includes Fix weird spacing 2018-08-01 21:40:16 -07:00
maintenance Merge "Use StaticArrayWriter class" 2018-08-18 06:25:12 +00:00
tests Add tests for Hooks 2018-08-05 00:22:52 -06:00
.gitignore Initial commit 2018-07-29 19:01:06 -07:00
.gitreview Add .gitreview 2018-07-28 01:34:16 +02:00
.phpcs.xml build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-03 18:18:39 +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 mediawiki/mediawiki-codesniffer to 23.0.0 2018-11-16 09:17:17 +00:00
COPYING Initial commit 2018-07-29 19:01:06 -07:00
domains.php Update domains.php to mozilla-central@fd75f8567ce9 2018-09-03 15:20:22 -07:00
extension.json Initial commit 2018-07-29 19:01:06 -07:00
Gruntfile.js Initial commit 2018-07-29 19:01:06 -07:00
package.json build: Update grunt to 1.0.3 2018-10-25 22:15:20 +02: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/