Disable javascript by default - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 03f5faff8a5cfb2b5a522f06a409a5a5162c7266
 (DIR) parent b6b0d4427476e94a2e43272f42dcf2f830eba966
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon,  3 Jun 2019 18:00:43 
       
       Disable javascript by default
       
       Diffstat:
        wip/surf-git/patch-config.h |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r b6b0d4427476 -r 03f5faff8a5c wip/surf-git/patch-config.h
       --- a/wip/surf-git/patch-config.h       Mon Jun 03 17:24:07 2019 +0200
       +++ b/wip/surf-git/patch-config.h       Mon Jun 03 18:00:43 2019 +0200
       @@ -34,7 +34,7 @@
        +      [HideBackground]      =       { { .i = 0 },     },
        +      [Inspector]           =       { { .i = 0 },     },
        +      [Java]                =       { { .i = 0 },     },
       -+      [JavaScript]          =       { { .i = 1 },     },
       ++      [JavaScript]          =       { { .i = 0 },     },
        +      [KioskMode]           =       { { .i = 0 },     },
        +      [LoadImages]          =       { { .i = 1 },     },
        +      [MediaManualPlay]     =       { { .i = 1 },     },