Skip to content

Commit

Permalink
Add helpful img tag attributes to allow list for release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed May 10, 2023
1 parent 0420b23 commit f8a6f10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bedrock/releasenotes/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,14 @@ def extendMarkdown(self, md):
ALLOWED_ATTRS = [
"alt",
"class",
"height",
"href",
"id",
"src",
"srcset",
"rel",
"title",
"width",
]


Expand Down

1 comment on commit f8a6f10

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

TemplateError at template.tasks[0]["base_ref"]: $switch can only have one truthy condition

Please sign in to comment.