2009-04-07 12:18:59 +00:00
|
|
|
Index: XTerm.ad
|
|
|
|
===================================================================
|
|
|
|
--- XTerm.ad.orig
|
2009-01-09 01:11:33 +00:00
|
|
|
+++ XTerm.ad
|
2010-10-21 08:33:17 +00:00
|
|
|
@@ -258,6 +258,11 @@
|
2009-01-09 01:11:33 +00:00
|
|
|
! Alternatively,
|
|
|
|
!*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
|
|
|
|
|
|
|
|
+! Security: Disallow operations that might allow raw text being pasted to xterm to
|
|
|
|
+! execute code.
|
|
|
|
+*allowWindowOps: false
|
|
|
|
+*allowFontOps: false
|
|
|
|
+
|
|
|
|
!! We want a 8bit clean xterm
|
|
|
|
*eightBitInput: true
|
|
|
|
*eightBitOutput: true
|
2009-04-07 12:18:59 +00:00
|
|
|
Index: xterm.man
|
|
|
|
===================================================================
|
|
|
|
--- xterm.man.orig
|
2009-01-09 01:11:33 +00:00
|
|
|
+++ xterm.man
|
2010-10-21 08:33:17 +00:00
|
|
|
@@ -1515,7 +1515,7 @@ The default is \*(``true.\*(''
|
2009-01-09 01:11:33 +00:00
|
|
|
.TP
|
|
|
|
.B "allowFontOps (\fPclass\fB AllowFontOps)"
|
|
|
|
Specifies whether control sequences that set/query the font should be allowed.
|
2012-01-19 21:04:27 +00:00
|
|
|
-The default is \*(``true\*(''.
|
|
|
|
+The default is \*(``false\*(''.
|
2009-01-09 01:11:33 +00:00
|
|
|
.TP 8
|
2010-10-21 08:33:17 +00:00
|
|
|
.B "allowScrollLock (\fPclass\fB AllowScrollLock)"
|
|
|
|
Specifies whether control sequences that set/query
|