From baa463893e1d2d36004301528cb5197fc9baf213 Mon Sep 17 00:00:00 2001
From: SomeRandomDeveloper <thisisnotmyname275@gmail.com>
Date: Mon, 18 Aug 2025 10:59:13 +0200
Subject: [PATCH] SECURITY: Mark
 securepoll-translation-select-import-source-api as raw HTML

Add the message to RawHtmlMessages as it is inserted as HTML by the
extension.

Bug: T402076
Change-Id: Ie84a7ea6dd81409ac440ea6a3d15ed8f730297fc
---
 extension.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extension.json b/extension.json
index 285206ec..f2f69429 100644
--- a/extension.json
+++ b/extension.json
@@ -71,6 +71,9 @@
 		"SecurePollAlias": "SecurePoll.alias.php",
 		"SecurePollNamespaces": "SecurePoll.namespaces.php"
 	},
+	"RawHtmlMessages": [
+		"securepoll-translation-select-import-source-api"
+	],
 	"AutoloadNamespaces": {
 		"MediaWiki\\Extension\\SecurePoll\\": "includes/",
 		"MediaWiki\\Extension\\SecurePoll\\Maintenance\\": "maintenance/"
-- 
2.50.1

