logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: b55b8a0b601c0fe05d6bad87b4801ef1976950d0
parent: 7f6bb9caeb3466ffaf297481af905503b69b7ae3
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