After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742084 - The description of cookies-policy lists incorrect possible values
The description of cookies-policy lists incorrect possible values
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Preferences
3.14.x (obsolete)
Other Linux
: Normal trivial
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-29 11:28 UTC by Rastus Vernon
Modified: 2014-12-29 15:37 UTC
See Also:
GNOME target: ---
GNOME version: 3.13/3.14


Attachments
Proposed patch (1.09 KB, patch)
2014-12-29 11:30 UTC, Rastus Vernon
committed Details | Review

Description Rastus Vernon 2014-12-29 11:28:33 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
Comment 1 Rastus Vernon 2014-12-29 11:30:30 UTC
Created attachment 293429 [details] [review]
Proposed patch
Comment 2 Michael Catanzaro 2014-12-29 15:37:39 UTC
This trivial patch is clearly correct. Thanks!