Browse Source

epiphany: changed to use '--without-ca-file' confopt (see note!)

Note:

We do not have defined a CA file path yet so we disable it for now!

We should enable it by using:

  --with-ca-file=[path]   path to system Certificate Authority list
stable/0.2
Christian Wiese 14 years ago
parent
commit
bb6ca3bb7f
  1. 5
      gnome2/epiphany/epiphany.conf

5
gnome2/epiphany/epiphany.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../epiphany/epiphany.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
@ -16,3 +17,7 @@
#var_append confopt ' ' "--enable-sample-plugin"
var_append confopt ' ' "--enable-nautilus-view"
# TODO: we do not have defined a CA file path yet so we disable it for now
# --with-ca-file=[path] path to system Certificate Authority list
var_append extraconfopt ' ' "--without-ca-file"

Loading…
Cancel
Save