Add support for File: pages
Set Referrer-Policy to no-referrer
Thanks! Your commit didn't correct the original problem because referrer-policy needed to also be applied to page-proxy. This is because the stylesheet is considered to be the initiator for some…
Set Referrer-Policy to no-referrer
Deduplicate the wiki name regex
Tests pass, looks great! I changed wikiname-regex
to px-wikiname
in 79f04565 because I personally find prefix notation more natural to represent the kind/type of something.
Deduplicate the wiki name regex
Fix wikis with numbers in the name
Thank you so much, and extra credit for searching out the Wikia legacy source for their wiki naming rules.
Do you think we should put this [a-zA-Z0-9-]{3,50}
regular expression fragment…