PWB version 3.05.16 Released

TeamSoftware Solutions Announcements.

Moderators: Tyler, Scott

Locked
Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

PWB version 3.05.16 Released

Post by Scott »

Version 3.05.16 06-26-2023

Fixed/Changed:
Updated to Chrome 114
Fixed overrides second try failure
Fixed issue with external PDF viewer with spaces in file name
Changed to include BLOB in Only Access HTTP and Only Access Internet

Added (undocumented until version 3.06.0):
[Toolbars]CustomTabColors= Comma spearated #RRGGBB colors for tabs
[Java]JavaHideNavbar= Dynamic External JavaScript Command hide Navigation bar. Argument string "true" or "false"
[Java]JavaHideShellbar= Dynamic External JavaScript Command hide Shell bar. Argument string "true" or "false"
[Java]JavaHideRebar= Dynamic External JavaScript Command hides all bars. Argument string "true" or "false"
[Java]JavaHideKioskBar= Dynamic External JavaScript Command hide Kiosk bar. Argument string "true" or "false"
[Java]JavaAddressBarReadOnly= Dynamic External JavaScript Command set address bar read only. Argument string "true" or "false"
[Java]JavaHomePage= Dynamic External JavaScript Command set home page. Argument string "URL"
[Java]JavaHistoryFile= Dynamic External JavaScript Command set history file. Argument string "path to history file"
[Java]JavaAccessMessageFile= Dynamic External JavaScript Command set access message file. Argument string "path to HTML file"
[Java]JavaCheckURLFile= Dynamic External JavaScript Command reset URL filter file. Argument string "path to URL file"
[Java]JavaOpen= Dynamic External JavaScript Command Open new window. Argument string "URL"
[PageScripts] Multiple keys to read JavaScript files and inject the script into the page. First line of file needs to be URL to match
[Browser]UserAgent= Sets Browser User Agent. Same as using --user-agent="" command line argument
[Browser]DefaultLanguage= Default Language for CEF to use
[Browser]ShowChromeErrors=False Show errors when Chrome encounters an error message
[Browser]TabLabelLength= Sets max length of tab title, default 1024
[Browser]HomeButtonClose=False Closes browser when home button is pressed
[Browser]UseRAMCache=False Uses RAM for cahce instead of hard drive
[Browser]DisablePWBUserAgent=False Disables adding PWB to the User Agen String
[Inactivity]ResetOnNavigation=True Resets inactivity timer on navigation
[Security]RestartWaitforIdle=True Waits for new PWB instance to be idle when restarting
[Security]RestartShellExecute=True Uses ShellExecute instead of CreateProcess when restarting
[Security]RestartSeparatePaths=True Uses seperate paths when using CreateProcess
[Security]ExecuteCloseAboutBlank=False Closes About:Blank window on CheckExecuteAccess
[Files]AuthenticationMessageFile= Use custom HTML file when authentication is needed
[Overrides]ClearCookies= Clears the cookies
[Security]CheckUserAgent=False Enable User Agent URL filter
[Files]UserAgentFilterFile= Filter URL to set User Agent Tab separated +/-URL and User Agent String
[Secuity]CheckProtocolAccess=False Enable Protocol filter
[Files]ProtocolFilterFile= Filter file for Protocol filter. Similar to URL filter except works on protocol ex: http://
[Secuity]CheckJavaScriptAccess=False Enable JavaScript URL filter
[Files]JavaScriptFilterFile= Filter file for JavaScript filter. Tab separated +/-URL and JavaScript file
[Printer]CheckPrinterAccess Enable Print URL filter
[Printer]CheckPrinterFile Filter file for Print filter. +/-URL to allow printing. Similar to the URL filter
[Printer]CheckPrinterMessage HTML formatted message shown when printing is blocked.
[Security]DisableFileOpen=False Disables JavaScript open file dialog
[Files]DisableFileDialogFile= Used with [Security]DisableFileDialog, when file is listed the dialog will show when File Dialog is disabled.

Removed:

Locked