From 1ef1edc9e0bc001f3324bc7fa616c4bd0cc79466 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 20 Sep 2016 21:45:35 +0100 Subject: enable use of netsurf public suffix library to prevent supercookies --- Makefile.defaults | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index c2a91e625..619b8db08 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -69,6 +69,9 @@ NETSURF_USE_DUKTAPE := YES # Valid options: YES, NO NETSURF_USE_HARU_PDF := NO +# Enable the use of the Public suffix library to detect supercookies +NETSURF_USE_NSPSL := AUTO + # Enable stripping the NetSurf binary # Valid options: YES, NO NETSURF_STRIP_BINARY := NO -- cgit v1.2.3