commit eb08fdef8ec56f77cfdff6eb20374a132ffe37a0 parent dbb2e367b2b65a7d7f9e00f0b0fb81f6fd55d339 Author: n0tr1v <n0tr1v@protonmail.com> Date: Sat, 28 Jan 2023 22:20:55 -0800 add documentation Diffstat:
| M | pkg/web/public/views/pages/chat.gohtml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/web/public/views/pages/chat.gohtml b/pkg/web/public/views/pages/chat.gohtml @@ -201,8 +201,8 @@ {{ if not .AuthUser.ChatBarAtBottom }} <div> {{/* - This iframe cannot be sandboxed, as it would prevent having "form" with a `target="..."` property. - Such forms would open a new tab instead of sending data from the other iframe. + This iframe cannot be sandboxed, as it would prevent having "form" or "link" with a `target="..."` property. + Such form/link would open a new tab instead of sending data from/to the other iframe. */}} {{/* allow-scripts: Needed for html meta refresh `Refused to execute the redirect specified via '<meta http-equiv='refresh' content='...'>'. The document is sandboxed, and the 'allow-scripts' keyword is not set.`