Skip to content

Commit f4a0df6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9b9e10a commit f4a0df6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/validators.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,16 @@
3939
"figure": {"class", "width", "style"},
4040
"div": {"class", "style", "data-oembed-url"},
4141
"h3": {"class"},
42-
"iframe": {"class", "style", "src", "width", "height", "frameborder", "allow", "allowfullscreen"},
42+
"iframe": {
43+
"class",
44+
"style",
45+
"src",
46+
"width",
47+
"height",
48+
"frameborder",
49+
"allow",
50+
"allowfullscreen",
51+
},
4352
"oembed": {"url"},
4453
},
4554
}

0 commit comments

Comments
 (0)