Fix bad serialization, start on allowed_css_protocols
This commit is contained in:
@@ -14,6 +14,7 @@ lazy_static! {
|
||||
allowed_protocols: HashMap::new(),
|
||||
allowed_css_at_rules: HashSet::new(),
|
||||
allowed_css_properties: HashSet::new(),
|
||||
allowed_css_protocols: HashSet::new(),
|
||||
allow_css_comments: false,
|
||||
remove_contents_when_unwrapped: hashset! {
|
||||
local_name!("iframe"),
|
||||
|
||||
Reference in New Issue
Block a user