summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-05-25 08:38:17 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-05-25 08:44:47 -0500
commitfdb5887373b25eaa23223eee1078f9e39dcec651 (patch)
tree817d8794f60d9b72ed0884ec768ac4dabe7542ab
parent46bb32afc2580d37d8545e78b83acf4c5326afcf (diff)
downloadepiphany-fdb5887373b25eaa23223eee1078f9e39dcec651.tar.gz
Disable NPAPI plugins by default
https://mail.gnome.org/archives/epiphany-list/2018-March/msg00002.html
-rw-r--r--data/org.gnome.epiphany.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index ffbf709ed..3502c1b64 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -174,7 +174,7 @@
<description>Allow sites to open new windows using JavaScript (if JavaScript is enabled).</description>
</key>
<key type="b" name="enable-plugins">
- <default>true</default>
+ <default>false</default>
<summary>Enable Plugins</summary>
</key>
<key type="b" name="enable-webgl">