Page MenuHomePhabricator

Security review for SecureLinkFixer extension
Closed, ResolvedPublic

Description

Project Information

Description of the tool/project

Automatically rewrites HTTP links to HTTPS if the domain is on the HSTS preload list.

Description of how the tool will be used at WMF

It'll be deployed in the default configuration (there are no settings) to all wikis. It's a MediaWiki extension.

Dependencies

The extension bundles a PHP version of Mozilla's HSTS preload list. My rough plan is to update the list on a similar cycle to Firefox releases (monthly). I don't think there's any urgency of updates, given that it already takes months for new additions to make their way through the browser release cycle, and removals are pretty rare, and suffer from other problems.

Has this project been reviewed before?

No

Working test environment

Should be as simple as wfLoadExtension( 'SecureLinkFixer' );

Post-deployment

Same maintenance plan.

Event Timeline

Go forth and fix!