logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK git clone https://hacktivis.me/git/badwolf.git
commit: 80d45ed8e1a5f890a29b99dd6c622154b2ffb4ea
parent 25705c6b081738cd25149737853e955c428ca2cf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 11 Mar 2020 15:54:32 +0100

config.h: Disable allow-top-navigation-to-data-urls

WebKitSetting introduced in 2.28.0, works for webkit 2.26.4 so not breaking
anything.

Diffstat:

Mconfig.h1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -73,6 +73,7 @@ "javascript-can-open-windows-automatically", FALSE, \ "media-playback-requires-user-gesture", TRUE, \ "minimum-font-size", 9, \ + "allow-top-navigation-to-data-urls", FALSE, \ NULL // clang-format on