From 2b16bb0ad80b90695e8d3adae1ae5cdef42149c8 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Tue, 23 Nov 2021 01:35:59 +0000 Subject: [PATCH] Upstream WMF config to disable ULS in Ace editor widgets This rule was applied to all WMF wikis in T55300 / I0cc1e92a8f, but for some reason was not set here. Change-Id: I908aac19b648de550659aad85bca115f26f43fb4 --- extension.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extension.json b/extension.json index b2e3bd04..7b78ecf6 100644 --- a/extension.json +++ b/extension.json @@ -126,6 +126,7 @@ "description": "Array of jQuery selectors of elements on which IME must not be enabled. @since 2013.07", "value": [ "#wpCaptchaWord", + ".ace_text-input", ".ve-ce-surface-paste", ".ve-ce-surface-readOnly [contenteditable]" ]