wiki.techinc.nl/tests/phpunit/data/registration/bad_url2.json
Kunal Mehta 399b391f24 registration: Perform extra validation for mediawiki.org URLs
If the "url" field in extension.json is pointing to mediawiki.org,
perform some extra validation steps:
* Require HTTPS
* Require the `www.mediawiki.org` canonical domain

Change-Id: I3371443d3f6c76f53437adf90a700969bba7d0e7
2018-05-19 16:26:15 -07:00

5 lines
77 B
JSON

{
"name": "Test",
"url": "http://mediawiki.org/",
"manifest_version": 1
}