diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2016-10-27 20:05:30 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2016-10-27 20:05:30 -0500 |
commit | 51930150253889e18f667730137242aa73d45a37 (patch) | |
tree | 781ece9a4fcbbf8f2c646479b99b4e3e8dfb675d /lib | |
parent | 64f372414e3400f9a2c49c5ece931d667fe523f8 (diff) | |
download | epiphany-51930150253889e18f667730137242aa73d45a37.tar.gz |
Revert "Remove support for browser plugins"
This reverts commit 9e1457f64b44d6847ea6b75a096aec105691c996.
You win again, gravity....
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index 2283e2825..ef93c2707 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -76,6 +76,7 @@ typedef enum #define EPHY_PREFS_WEB_MONOSPACE_FONT "monospace-font" #define EPHY_PREFS_WEB_ENABLE_USER_CSS "enable-user-css" #define EPHY_PREFS_WEB_ENABLE_POPUPS "enable-popups" +#define EPHY_PREFS_WEB_ENABLE_PLUGINS "enable-plugins" #define EPHY_PREFS_WEB_ENABLE_SPELL_CHECKING "enable-spell-checking" #define EPHY_PREFS_WEB_ENABLE_WEBGL "enable-webgl" #define EPHY_PREFS_WEB_ENABLE_WEBAUDIO "enable-webaudio" |