[epiphany] lockdown: have disable-history disable access to history
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] lockdown: have disable-history disable access to history
- Date: Fri, 14 Oct 2016 22:06:08 +0000 (UTC)
commit cebf121d26db7c11833f5ff8b998e4ef7c7c58ea
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Oct 14 17:05:34 2016 -0500
lockdown: have disable-history disable access to history
Disabling only the back/forward list is confusing and not very useful.
src/ephy-lockdown.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-lockdown.c b/src/ephy-lockdown.c
index 47f70ce..dc07213 100644
--- a/src/ephy-lockdown.c
+++ b/src/ephy-lockdown.c
@@ -82,7 +82,9 @@ typedef struct {
static const BindAction app_actions[] = {
{ EPHY_PREFS_LOCKDOWN_FULLSCREEN, "new-window", "enabled" },
- { EPHY_PREFS_LOCKDOWN_FULLSCREEN, "new-incognito", "enabled" }
+ { EPHY_PREFS_LOCKDOWN_FULLSCREEN, "new-incognito", "enabled" },
+
+ { EPHY_PREFS_LOCKDOWN_HISTORY, "history", "enabled" }
};
static const BindAction window_actions[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]