Restore night mode on history and diff pages

Follow up to I0fa0eab3bfa57cc6864dbdd2d6aeaa5582767c3c
Initially we want to enable night mode on all pages
This config should therefore not apply to any pages initially.

Bug: T355705
Change-Id: I2ca6d4a971d00d163fa82e93ac99959e41c87b91
This commit is contained in:
Jon Robson 2024-02-08 14:48:35 -08:00
parent bc22880bfe
commit 967e0b1e1b

View file

@ -105,10 +105,7 @@
"value": {
"exclude": {
"mainpage": false,
"querystring": {
"action": "(history|edit)",
"diff": ".+"
},
"querystring": {},
"namespaces": [],
"pagetitles": []
}