Skip to content

Commit

Permalink
FEATURE: Allow iframe allow attribute in posts (#17291)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfalcox committed Jul 5, 2022
1 parent c59f172 commit 9833b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/pretty-text/addon/allow-lister.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export const DEFAULT_LIST = [
"iframe[marginwidth]",
"iframe[width]",
"iframe[allowfullscreen]",
"iframe[allow]",
"img[alt]",
"img[height]",
"img[title]",
Expand Down

0 comments on commit 9833b59

Please sign in to comment.