summaryrefslogtreecommitdiff
path: root/Docs/env.sh
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-09-20 21:45:35 +0100
committerVincent Sanders <vince@kyllikki.org>2016-09-20 21:45:35 +0100
commit1ef1edc9e0bc001f3324bc7fa616c4bd0cc79466 (patch)
tree6cd4fc9f16bb1fceae20ee497924d4b4e4030661 /Docs/env.sh
parent608a18caff8d1b994ab24fa74b64885e67e6348e (diff)
downloadnetsurf-1ef1edc9e0bc001f3324bc7fa616c4bd0cc79466.tar.gz
netsurf-1ef1edc9e0bc001f3324bc7fa616c4bd0cc79466.tar.bz2
enable use of netsurf public suffix library to prevent supercookies
Diffstat (limited to 'Docs/env.sh')
-rw-r--r--Docs/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/env.sh b/Docs/env.sh
index 6fb009cbb..b0a30c8d0 100644
--- a/Docs/env.sh
+++ b/Docs/env.sh
@@ -90,7 +90,7 @@ NS_GIT="git://git.netsurf-browser.org"
NS_BUILDSYSTEM="buildsystem"
# internal libraries all frontends require (order is important)
-NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom libcss libnsgif libnsbmp libutf8proc libnsutils"
+NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom libcss libnsgif libnsbmp libutf8proc libnsutils libnspsl"
# The browser itself
NS_BROWSER="netsurf"