configdata: Remove duplicate keys in default config.
This commit is contained in:
parent
98a026b2a2
commit
598fec7ce9
@ -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."),
|
||||
|
Loading…
Reference in New Issue
Block a user