From 48cdb7e8e8d99d9c9bbd5887b0777243ccef5a96 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Wed, 11 Sep 2024 17:36:57 +0100 Subject: [PATCH] Disable font size scaling on Special: pages, and other namespaces Bring in the WMF defaults for namespaces and actions so that they apply to 3rd party wikis, and dev instances. Bug: T373875 Change-Id: I865aebb4c2934ab6bc1cc55d9af9143f5fd75816 --- skin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skin.json b/skin.json index 6fc0f068f..d9871c7e0 100644 --- a/skin.json +++ b/skin.json @@ -610,8 +610,8 @@ "exclude": { "mainpage": false, "pagetitles": [], - "namespaces": [], - "querystring": {} + "namespaces": [ -1, 6, 14, 100, 710 ], + "querystring": { "action": "info|protect|delete|undelete|action|history" } }, "include": [] },