ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/confirm-paste
(Generate patch)

Comparing rxvt-unicode/src/perl/confirm-paste (file contents):
Revision 1.9 by root, Fri Jun 18 12:37:43 2021 UTC vs.
Revision 1.10 by sf-exg, Sat Jun 19 09:13:51 2021 UTC

1#! perl 1#! perl
2 2
3=head1 NAME 3=head1 NAME
4 4
5confirm-paste - ask for confirmation before pasting cntrol characters 5confirm-paste - ask for confirmation before pasting control characters
6 6
7=head1 DESCRIPTION 7=head1 DESCRIPTION
8 8
9Displays a confirmation dialog when a paste containing control characters 9Displays a confirmation dialog when a paste containing control characters
10is detected. 10is detected.
11 11
12This is mostly meant as a defense-in-depth mechanism to protect against 12This is mostly meant as a defense-in-depth mechanism to protect against
13the common webbrowser bug of you selecting some text but the browser 13the common web browser bug of you selecting some text but the browser
14pasting a completely different text, which has some attack potential. 14pasting a completely different text, which has some attack potential.
15 15
16It can also be useful to prevent you from accidentally pasting large 16It can also be useful to prevent you from accidentally pasting large
17amounts of text. 17amounts of text.
18 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines