mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Make comment more clear
This commit is contained in:
Vendored
+3
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user