From f18620d890117e4688b04df9eba3edb44ee53cf2 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:07:15 +0000 Subject: [PATCH] Add note about extension URL query parameters --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 315f45b..fd31f39 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -953,7 +953,7 @@ Display a widget provided by an external source (3rd party). If you want to lear | parameters | key & value | no | | ##### `url` -The URL of the extension. +The URL of the extension. **Note that the query gets stripped from this URL and the one defined by `parameters` gets used instead.** ##### `allow-potentially-dangerous-html` Whether to allow the extension to display HTML.