Search found 2576 matches

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: 597

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: 65206

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: 597

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: 65206

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: 743

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: 925

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: 6765

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: 9249

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 9226 times
--Scott
by Scott
Fri Jan 23, 2026 2:54 pm
Forum: General
Topic: How to add SSL Certificates to PWB
Replies: 7
Views: 9249

Re: How to add SSL Certificates to PWB

Please send a copy of your INI file as an attachment to the support email. Perhaps there is a configuration issue.

You can check this by downloading the PWB distribution and running it with an unedited INI file.

--Scott
by Scott
Fri Jan 23, 2026 2:52 pm
Forum: General
Topic: How to add SSL Certificates to PWB
Replies: 7
Views: 9249

Re: How to add SSL Certificates to PWB

You can force it with the following setting in your INI file.

[Security]
DisableSSLNotification=True

--Scott
by Scott
Fri Jan 23, 2026 9:33 am
Forum: General
Topic: How to add SSL Certificates to PWB
Replies: 7
Views: 9249

Re: How to add SSL Certificates to PWB

In PWB version 3.20.07 10-28-2025, the handling of SSL certificates was changed to match Edge and Chrome.

Fixed/Changed:
Fixed default handling of SSL Common Name Incorrect.


Up grading to the current version of PWB will correct it.

--Scott
by Scott
Thu Jan 22, 2026 4:18 pm
Forum: Public Web Browser v3
Topic: PWB v3.20.08 Edge Rendering Engine
Replies: 1
Views: 4814

Re: PWB v3.20.08 Edge Rendering Engine

PWB v3.20.09 Release Candidate 2 now available has the following fixes.

Version 3.20.09 01-22-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 ...
by Scott
Thu Dec 11, 2025 11:41 am
Forum: Announcements
Topic: PWB version 3.20.08 Released
Replies: 0
Views: 7326

PWB version 3.20.08 Released

Version 3.20.08 12-11-2025

Fixed/Changed:

Added:
[Security]DisableSettings=False
Disables the Windows settings window from the print preview
[Security]DisablePrinting=False
Disables all printing in PWB
Sets [Buttons]Print and PrintPreview to false
Sets [MenuItems]AppPrint and ...
by Scott
Tue Dec 09, 2025 10:01 am
Forum: Public Web Browser v3
Topic: Opening links inside a page not working
Replies: 2
Views: 5563

Re: Opening links inside a page not working

1. The most likely setting in your INI file preventing new windows is one of the following.

[Browser]
DisableNewWindow=TRUE
DisableNewTab=TRUE

Make sure these are set to FALSE.

2. Yes, any new PWB window will take on the same characteristics as the main window.

--Scott
by Scott
Tue Oct 28, 2025 10:44 am
Forum: Announcements
Topic: PWB version 3.20.07 Released
Replies: 0
Views: 7163

PWB version 3.20.07 Released

Version 3.20.07 10-28-2025

Fixed/Changed:
Fixed default handling of SSL Common Name Incorrect.

Added:
Added support for UNC paths auto conversion to URI path
[Browser]MinimizeMemoryUsage=False Minimizes memory usage for low memory devices
[Browser]FocusDelaySeconds= Delay in seconds to set ...