summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-10-14 14:07:12 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-10-14 14:07:12 -0500
commit39c355cbe361627fe0c5ddfe3d24f33cb3197277 (patch)
treedd3dbde980be9a93bff09310fbb5b9fd16c3de31 /data
parentb4a3222110fc96b8c56687d48de2436a04513452 (diff)
downloadepiphany-39c355cbe361627fe0c5ddfe3d24f33cb3197277.tar.gz
Remove the enable-javascript preference
Unfortunately too many Epiphany features are implemented with JavaScript message handlers. We never noticed that they were broken for ages, which indicates that nobody is using this setting. It's too coarse-grained. hardly anybody wants to browse the web with no JavaScript at all; rather, people want NoScript-style ability to block scripts only on particular sites. We can bring this back in the future if it's (a) implemented on a host-specific basis, (b) preferably with UI so that people can actually use it, our little NoScript, and (c) accordingly, not going to break our script message handlers.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 94ac4ec49..62e019078 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -189,11 +189,6 @@
<default>true</default>
<summary>Enable Plugins</summary>
</key>
- <key type="b" name="enable-javascript">
- <default>true</default>
- <summary>Enable JavaScript</summary>
- <description>Whether to enable support for JavaScript. Note that several Epiphany features are implemented in JavaScript and will break if this setting is changed.</description>
- </key>
<key type="b" name="enable-webgl">
<default>true</default>
<summary>Enable WebGL</summary>