[epiphany] Correct the possible values for setting cookies-policy
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Correct the possible values for setting cookies-policy
- Date: Mon, 29 Dec 2014 15:36:35 +0000 (UTC)
commit 3e622404c0d8a4799ed2963ed73ad555591cb64d
Author: Rastus Vernon <Rastus Vernon gmail com>
Date: Mon Dec 29 06:15:01 2014 -0500
Correct the possible values for setting cookies-policy
The actual possible values are "never", "always" and "no-third-party".
https://bugzilla.gnome.org/show_bug.cgi?id=742084
data/org.gnome.epiphany.gschema.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 716d618..8e0a12b 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -157,7 +157,7 @@
<key name="cookies-policy" enum="org.gnome.Epiphany.EphyPrefsWebCookiesPolicy">
<default>'no-third-party'</default>
<summary>Cookie accept</summary>
- <description>Where to accept cookies from. Possible values are "anywhere", "current
site" and "nowhere".</description>
+ <description>Where to accept cookies from. Possible values are "always",
"no-third-party" and "never".</description>
</key>
<key type="s" name="image-animation-mode">
<default>'normal'</default>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]