Search found 2583 matches

by Scott
Wed Aug 26, 2026 1:57 pm
Forum: Announcements
Topic: PWB version 4.00.2 Released
Replies: 0
Views: 4

PWB version 4.00.2 Released

Version 4.00.2 08-26-2026

Fixed/Changed:
Fixed home page specified on command line.
Fixed Theater Mode reversed setting in INI file.
Fixed Command line restart on close issue

Added:
[Browser]TheaterMode=False Setting to true will open PWB in theater mode.

Removed:
by Scott
Thu Aug 13, 2026 10:34 am
Forum: Announcements
Topic: PWB version 4.00.01 Now Available
Replies: 1
Views: 598

Re: PWB version 4.00.01 Now Available

PWB v4 is now out of Beta and ready for download.

--Scott
by Scott
Thu Aug 13, 2026 10:33 am
Forum: Public Web Browser v4
Topic: Updating to the current version of PWB v4
Replies: 0
Views: 434

Updating to the current version of PWB v4

Step 1. Make a backup of your current PWB folder.

Step 2. Make a backup of your current PWB folder (it is important to make a backup).

Step 3. Extract and copy all the files from the PWB v4 Upgrade distribution over the files in your current PWB folder.

Step 4. If upgrading major versions (ex: 3 ...
by Scott
Mon Aug 03, 2026 9:36 am
Forum: Announcements
Topic: PWB version 4.00.01 Now Available
Replies: 1
Views: 598

PWB version 4.00.01 Now Available

PWB v4 Now Available for Beta testing via the Beta downloads page.

PWB version 4.00 has the same functionality as PWB version 3.20 with a newly updated user interface.
pwbv4.png
pwbv4.png (30.4 KiB) Viewed 598 times
--Scott
by Scott
Mon Aug 03, 2026 9:04 am
Forum: Public Web Browser v4
Topic: PWB v4 Now Available
Replies: 0
Views: 323

PWB v4 Now Available

PWB v4 Now Available for Beta testing via the Beta downloads page.

PWB version 4.00 has the same functionality as PWB version 3.20 with a newly updated user interface.
pwbv4.png
pwbv4.png (30.4 KiB) Viewed 323 times
--Scott
by Scott
Mon Jun 15, 2026 12:57 pm
Forum: Public Web Browser v3
Topic: Sierra Vega SSL Warning
Replies: 0
Views: 1851

Sierra Vega SSL Warning

If you are seeing an SSL warning with the Sierra Vega OPAC adding/setting the following in your INI file with suppress the warning message.

[Security]
DisableSSLNotification=True

--Scott
by Scott
Tue May 12, 2026 9:26 am
Forum: Announcements
Topic: PWB version 3.20.10 Released
Replies: 0
Views: 39508

PWB version 3.20.10 Released

Version 3.20.10 05-12-2026

Fixed/Changed:
Fixed Ctrl+/Ctrl- Zoom control
Changed [Browser]DisablePWBUserAgent=FALSE
Fixed [Java]JavaOpen=

Added:

Removed:
by Scott
Tue Apr 07, 2026 1:44 pm
Forum: Public Web Browser v3
Topic: Hyperlink won't open in new window, only in new tab
Replies: 3
Views: 48402

Re: Hyperlink won't open in new window, only in new tab

What is the URL you are testing with?

--Scott
by Scott
Tue Apr 07, 2026 11:50 am
Forum: Public Web Browser v3
Topic: CloudFlare - Human Verification produces an Error
Replies: 7
Views: 102764

Re: CloudFlare - Human Verification produces an Error

Add the following to your INI file.

[Browser]
DisablePWBUserAgent=True

Apparently Cloudflare does not like having "PWB" in the User Agent String. This will be defaulted to TRUE in the next version of PWB.

--Scott
by Scott
Tue Apr 07, 2026 10:15 am
Forum: Public Web Browser v3
Topic: Hyperlink won't open in new window, only in new tab
Replies: 3
Views: 48402

Re: Hyperlink won't open in new window, only in new tab

Generally hyper links that use "target="_blank" will open in a new tab window not a new browser window.

https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_target

To open a new browser window you need to do something like the following.


<button onclick="window.open('https://example ...
by Scott
Tue Apr 07, 2026 10:10 am
Forum: Public Web Browser v3
Topic: CloudFlare - Human Verification produces an Error
Replies: 7
Views: 102764

Re: CloudFlare - Human Verification produces an Error

What is the URL that is having the issue?

If you navigate to the same URL using Edge on the computer logged in as the same account that is running PWB does the issue persist?

--Scott
by Scott
Thu Apr 02, 2026 8:34 am
Forum: Public Web Browser v3
Topic: PWB 3.05.xx and The III Vega OPAC
Replies: 0
Views: 41259

PWB 3.05.xx and The III Vega OPAC

If you use the III Vega OPAC system you need to upgrade to PWB 3.20.xx which uses the combined Edge/Chrome HTML renderer.

PWB version 3.05.xx is bundled with an older version of Chrome that is no longer supported by the web site.

--Scott
by Scott
Thu Mar 12, 2026 8:41 am
Forum: Public Web Browser v3
Topic: How to disable Ctrl-C, Print Scren
Replies: 2
Views: 32278

Re: How to disable Ctrl-C, Print Scren

The easiest way is to enable the clear cache on close. This will not only clear the cache, it will also clears the clipboard when PWB is closed.

[Security]
ClearCacheOnClose=True

The Print Screen button is a Windows function and would need a secondary application, however disabling the buttons and ...
by Scott
Fri Jan 30, 2026 10:02 am
Forum: Announcements
Topic: PWB version 3.20.09 Released
Replies: 0
Views: 76037

PWB version 3.20.09 Released

Version 3.20.09 01-30-2026

Fixed/Changed:
Fixed Download window showing with Ctrl-J when [Security]DisableFileDownload=True
Fixed Print dialog showing when [Printer]ShowPrintingDialog=False and Ctrl-P is pressed when WebView has focus.

Added:
[CloseWindows] Section. Each key in the section ...
by Scott
Sun Jan 25, 2026 2:53 pm
Forum: General
Topic: How to add SSL Certificates to PWB
Replies: 7
Views: 93643

Re: How to add SSL Certificates to PWB

Are you just typing in google.com or is there a link that is being clicked.

Using PWB 3.20.08 and your INI file, we set the following and do not see the SSL error.

[Browser]
HomePage=https://google.com

[Security]
DisableSSLNotification=False
Screenshot 2026-01-25 144843.png
Screenshot 2026-01-25 144843.png (125.48 KiB) Viewed 93620 times
--Scott