Add an exception for ConvenientDiscussions-style permalinks

Bug: T349653
Change-Id: I775774084bb8abf2bc99475b426d581bed306306
(cherry picked from commit 7b941aae1c)
This commit is contained in:
David Lynch 2024-01-30 16:44:30 -06:00 committed by Bartosz Dziewoński
parent a4d341df4b
commit f113a8cc8c

View file

@ -583,6 +583,8 @@ function init( $container, state ) {
// A leading '/' usually means a application route, e.g. /media, or /editor.
// We can't rule out a heading title (T349498), but they are unlikely
/^\//,
// Gadget: ConvenientDiscussions
/^\d{12}_/,
// Gadget: RedWarn
/^noticeApplied-/
];