Search found 2549 matches

by Scott
Wed May 12, 2021 11:21 am
Forum: Public Web Browser v3
Topic: Chrome Extensions
Replies: 2
Views: 23502

Re: Chrome Extensions

Currently the Chromium Embedded Framework (CEF) only has limited support for Chrome Extensions. Once CEF has full support of Chrome Extensions we will be adding the functionality to PWB.

https://bitbucket.org/chromiumembedded/ ... extensions

--Scott
by Scott
Fri May 07, 2021 1:34 pm
Forum: Announcements
Topic: PWB version 3.05.10 CEF Released
Replies: 0
Views: 30588

PWB version 3.05.10 CEF Released

PWB version 3.05.10 CEF (05-07-2021) has been released and includes the following changes. See the "ReadMe.txt" file for complete change history.

Version 3.05.10 05-07-2021

Fixed/Changed:
Updated to Chrome 89
Fixed [Security]OnlyAccessInternet=True not allowing PDF file to be viewed.


Added ...
by Scott
Mon May 03, 2021 10:21 am
Forum: General
Topic: PWB filters
Replies: 19
Views: 597687

Re: PWB filters

"-all" assumes all URLs will be denied, "+all" assumes all URLs will be allowed.

If you are trying to limit PWB to a specific set of URLs start with "-all".

-all
+referenceusa.com
+abcmouse.com
+ancestrylibrary.com
+amazonaws.com
+quipugroup.net
+fliphtml5.com
+consensu.org

--Scott
by Scott
Thu Apr 22, 2021 10:00 pm
Forum: Public Web Browser v3
Topic: Application not displaying in PWB
Replies: 7
Views: 41906

Re: Application not displaying in PWB

Use the PWB URL filter to prevent access to URL instead using the proxy.

Here is information about the PWB filters:
viewtopic.php?f=4&t=13
viewtopic.php?f=4&t=598

--Scott
by Scott
Wed Apr 14, 2021 1:48 pm
Forum: Public Web Browser v3
Topic: Application not displaying in PWB
Replies: 7
Views: 41906

Re: Application not displaying in PWB

Switch to PWB CEF which uses the Chrome HTML Renderer.

--Scott
by Scott
Mon Mar 29, 2021 12:41 pm
Forum: Public Web Browser v3
Topic: Secure mode and input method switching
Replies: 4
Views: 29998

Re: Secure mode and input method switching

Rob,

If you can find the process name of the language selector you can use the PWB start up script setting to run a batch file to kill the process.

[Files]
StartupScript=batchfile.cmd

https://stackoverflow.com/questions/338 ... -processes

--Scott
by Scott
Thu Mar 25, 2021 12:56 pm
Forum: Public Web Browser v3
Topic: Webpages with Forms
Replies: 7
Views: 39812

Re: Webpages with Forms

The original post was from 2012 and a lot has changed since then.

What version of PWB are you using including the minor revision number and HTML renderer, for example "PWB 3.05.9 CEF"?

Try using an unedited INI file on the site to rule out a configuration issue.

--Scott
by Scott
Thu Mar 25, 2021 12:52 pm
Forum: Public Web Browser v3
Topic: Secure mode and input method switching
Replies: 4
Views: 29998

Re: Secure mode and input method switching

Would it be possible to post a screenshot so we can get an idea of what you are seeing?

--Scott
by Scott
Sun Dec 13, 2020 12:34 pm
Forum: Public Web Browser v3
Topic: "This browser may not be secure" error from Google
Replies: 5
Views: 38610

Re: "This browser may not be secure" error from Google

In Windows 10 you need to use the Windows Default Apps application to set the Default Browser.

https://support.microsoft.com/en-us/win ... 07946c5db6

--Scott
by Scott
Sun Dec 06, 2020 10:26 am
Forum: Public Web Browser v3
Topic: Webmail Attachment Window disappears in PWB V3.0.5.4
Replies: 9
Views: 55173

Re: Webmail Attachment Window disappears in PWB V3.0.5.4

What version of PWB are you using including the minor revision number, for example "PWB v3.05.9 (CEF)"?

--Scott
by Scott
Mon Nov 09, 2020 5:37 pm
Forum: Public Web Browser v3
Topic: Chrome Open Certain File Types Automatically
Replies: 1
Views: 19408

Re: Chrome Open Certain File Types Automatically

You can use the [Security]CheckExecuteAccess=True to force PWB open file in the associated application and prevent downloading other files.

More information:
https://www.teamsoftwaresolutions.com/f ... 3029#p7606

--Scott
by Scott
Wed Nov 04, 2020 11:42 am
Forum: Announcements
Topic: PWB version 3.05.9 CEF Released
Replies: 0
Views: 31241

PWB version 3.05.9 CEF Released

PWB version 3.05.9 CEF (11-04-2020) has been released and includes the following changes. See the "ReadMe.txt" file for complete change history.

Version 3.05.9 11-04-2020

Fixed/Changed:
Changed to CEF 4240 Chrome 86
Fixed [Browser]DisableExit=True in CEF version
Fixed HDPI for Shellbar in CEF ...
by Scott
Mon Nov 02, 2020 5:05 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 98017

Re: PWB CEF Autologin to a Site

PWB 3.05.9 should be released this week. We are just waiting on one more sign off.

--Scott
by Scott
Sat Oct 31, 2020 2:38 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 98017

Re: PWB CEF Autologin to a Site

Are you using version 3.05.9 from the Beta Downloads page?

To see if the filter is finding the URL use the History file.

[Security]
WriteHistoryFile=True
LogAccess=True

History file tokens:
https://www.teamsoftwaresolutions.com/f ... ?f=4&t=195

--Scott
by Scott
Fri Oct 30, 2020 12:40 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 98017

Re: PWB CEF Autologin to a Site

See attached files for an example.

[Files]
JavaScriptFilterFile=signinfilter.txt

[Security]
CheckJavaScriptAccess=True

--Scott