]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commit
Fix the application of Domain Settings when navigating history. https://redmine.stout...
authorSoren Stoutner <soren@stoutner.com>
Wed, 30 Mar 2022 21:33:29 +0000 (14:33 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 30 Mar 2022 21:33:29 +0000 (14:33 -0700)
commitbbc06827f4301381ee3882000abbba147607aa35
tree8b5b4dbed09b900aaeab03030734967b71aa5ba0
parent27ddfe8833b1ebaf499755135aa5cbfc72acb802
Fix the application of Domain Settings when navigating history. https://redmine.stoutner.com/issues/826
src/CMakeLists.txt
src/UrlRequestInterceptor.cpp [deleted file]
src/UrlRequestInterceptor.h [deleted file]
src/interceptors/CMakeLists.txt [new file with mode: 0644]
src/interceptors/UrlRequestInterceptor.cpp [new file with mode: 0644]
src/interceptors/UrlRequestInterceptor.h [new file with mode: 0644]
src/views/BrowserView.cpp
src/views/BrowserView.h
src/windows/BrowserWindow.cpp