GNOME Bugzilla – Bug 742084
The description of cookies-policy lists incorrect possible values
Last modified: 2014-12-29 15:37:42 UTC
The description of the cookies-policy setting[1] is “Where to accept cookies from. Possible values are "anywhere", "current site" and "nowhere".” However, the values that are actually recognized[2] are “never”, “always” and “no-third-party”. [1] See https://git.gnome.org/browse/epiphany/tree/data/org.gnome.epiphany.gschema.xml#n157 [2] See https://git.gnome.org/browse/epiphany/tree/embed/ephy-embed-prefs.c#n353
Created attachment 293429 [details] [review] Proposed patch
This trivial patch is clearly correct. Thanks!