]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commit
Fix loading of websites when the user agent changes. https://redmine.stoutner.com...
authorSoren Stoutner <soren@stoutner.com>
Wed, 29 Jan 2025 22:48:43 +0000 (15:48 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 29 Jan 2025 22:48:43 +0000 (15:48 -0700)
commit1f7ac15b8de6d6321c6ee84b0178ef6dc8aa22da
tree2ebe1ec8221756b748be6474c6a8cd4b9016094e
parent85e7de32d3aca6fcd9f91175856aad6c5f2c0aac
Fix loading of websites when the user agent changes.  https://redmine.stoutner.com/issues/821
16 files changed:
COPYING
doc/index.docbook
src/CMakeLists.txt
src/com.stoutner.privacybrowser.appdata.xml [deleted file]
src/com.stoutner.privacybrowser.metainfo.xml [new file with mode: 0644]
src/dialogs/DomainSettingsDialog.cpp
src/icons/javascript-warning.svg
src/icons/privacy-mode.svg
src/icons/privacybrowser-symbolic.svg
src/icons/sc-apps-privacybrowser.svg
src/interceptors/UrlRequestInterceptor.cpp
src/interceptors/UrlRequestInterceptor.h
src/main.cpp
src/widgets/PrivacyWebEngineView.cpp
src/widgets/PrivacyWebEngineView.h
src/widgets/TabWidget.cpp