From e4b473785d77779313471f10f3dd5c5e86dcf68e Mon Sep 17 00:00:00 2001 From: RyotaK <49341894+Ry0taK@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:54:27 +0000 Subject: [PATCH] Make comment more clear --- typings/xterm.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 836299de..a7c197e1 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -1181,9 +1181,9 @@ declare module 'xterm' { leave?(event: MouseEvent, text: string, range: IBufferRange): void; /** - * Whether to allow the use of non HTTP URLs in OscLinkProvider. When false, any usage of non - * HTTP URLs will be ignored. Enabling this option without proper protection in activate function - * may allow XSS. + * Whether to receive non HTTP URLs from LinkProvider. When false, any usage of non HTTP URLs + * will be ignored. Enabling this option without proper protection in `activate` function + * may cause security issues such as XSS. */ allowNonHttpProtocols?: boolean; }