Skip to content

Commit

Permalink
Remove id from allowed attributes (#60)
Browse files Browse the repository at this point in the history
Closes #57
  • Loading branch information
parisk authored Oct 4, 2023
2 parents 53496f9 + 383b543 commit 094fe79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prose/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
ALLOWED_ATTRIBUTES = [
"alt",
"class",
"id",
"src",
"srcset",
"href",
Expand Down

0 comments on commit 094fe79

Please sign in to comment.