List of steps to reproduce (step by step, including full links if applicable):
- Do a POST request to https://meta.wikimedia.org/w/api.php?format=json&action=shortenurl&url=[ANY_WIKI_URL_HERE] as an authenticated account from any IP on a global IP block list.
- Server response:
{"error":{"code":"urlshortener-blocked","info":"Blocked users can't make short URLs.","*":"See https://meta.wikimedia.org/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."},"servedby":"mwXXXX"}What happens?:
Extension denies the access to the feature altough the user has the global-ipblock-exempt permission.
What should have happened instead?:
Extension should give access to the feature to the authenticated user with the global-ipblock-exempt permission.
Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc:
N/A