configdata: Remove duplicate keys in default config.

This commit is contained in:
Florian Bruhin 2014-08-06 07:11:33 +02:00
parent 98a026b2a2
commit 598fec7ce9

View File

@ -490,19 +490,11 @@ DATA = OrderedDict([
'Qt plugins with a mimetype such as "application/x-qt-plugin" are '
"not affected by this setting."),
('allow-javascript',
SettingValue(types.Bool(), 'true'),
"Enables or disables the running of JavaScript programs."),
#('allow-java',
# SettingValue(types.Bool(), 'true'),
# "Enables or disables Java applets. Currently Java applets are "
# "not supported"),
('allow-plugins',
SettingValue(types.Bool(), 'false'),
"Enables or disables plugins in Web pages."),
('javascript-can-open-windows',
SettingValue(types.Bool(), 'false'),
"Whether JavaScript programs can open new windows."),