Add dom.shadowdom.enabled to preferences list

This commit is contained in:
Fernando Jiménez Moreno 2019-03-25 10:18:09 +01:00
parent 59c634b259
commit ccc4f7c377
2 changed files with 4 additions and 0 deletions

View file

@ -222,6 +222,9 @@ mod gen {
enabled: bool,
}
},
shadowdom: {
enabled: bool,
},
svg: {
enabled: bool,
},