You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Compiled and tested successfully using:
67
67
* Perl 5 distribution - any Linux, Mac or Windows Perl distribution.
68
68
[Strawberry Perl] (http://strawberryperl.com/) PortableZIP edition is successfully used with all Windows builds of PEB.
69
69
[Perlbrew] (https://perlbrew.pl/) Perl distributions (5.18.4, 5.23.7) are successfully used with many Linux builds of PEB.
70
-
Being unable to start with administrative privileges PEB can use, but not abuse, any system Perl on PATH.
70
+
Being unable to start scripts with administrative privileges PEB can use, but not abuse, any system Perl on PATH.
71
71
72
72
## How to Call Local Perl Scripts from a Local Page?
73
73
PEB recognizes two types of local Perl scripts: non-AJAX scripts and AJAX scripts.
@@ -223,7 +223,7 @@ JavaScript-based settings are created to facilitate the development of fully tra
223
223
**Security features based on C++ code:**
224
224
* PEB can not and does not download remote files on hard disk and can not execute any Perl scripts from remote locations.
225
225
* Users have no dialog to select arbitrary local scripts for execution by PEB. Only scripts within the ```{PEB_binary_directory}/resources/app``` directory can be executed if they are invoked from the PEB pseudo-domain: ```http://perl-executing-browser-pseudodomain/```.
226
-
*Starting PEB with administrative privileges is not allowed - it exits with a warning message.
226
+
*If PEB is started with administrative privileges, it displays a warning page and no scripts can be executed.
227
227
* Perl 5 scripts are executed in a clean environment and only ```REQUEST_METHOD```, ```QUERY_STRING``` and ```CONTENT_LENGTH``` environment variables (borrowed from the CGI protocol) are used for communication between local HTML forms and local Perl scripts.
0 commit comments