Introduction
Introduction Statistics Contact Development Disclaimer Help
tDisable Java and JavaScript by default - surf - [fork] customized build of sur…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 44f64460253fd1d28fee3fcdaa1164d2a470bf92
parent a645313eba76c5a42245e4cfd6209edbad6bf3c1
Author: Anders Damsgaard <[email protected]>
Date: Sat, 23 May 2020 23:04:36 +0200
Disable Java and JavaScript by default
Diffstat:
M config.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -30,8 +30,8 @@ static Parameter defconfig[ParameterLast] = {
[Geolocation] = { { .i = 0 }, },
[HideBackground] = { { .i = 0 }, },
[Inspector] = { { .i = 0 }, },
- [Java] = { { .i = 1 }, },
- [JavaScript] = { { .i = 1 }, },
+ [Java] = { { .i = 0 }, },
+ [JavaScript] = { { .i = 0 }, },
[KioskMode] = { { .i = 0 }, },
[LoadImages] = { { .i = 1 }, },
[MediaManualPlay] = { { .i = 1 }, },
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.