mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 23:52:27 +08:00
FIX: Remove canvas
tag.
This commit is contained in:
@ -351,6 +351,7 @@ test("sanitize", function() {
|
||||
"it allows iframe to google maps");
|
||||
equal(sanitize("<textarea>hullo</textarea>"), "hullo");
|
||||
equal(sanitize("<button>press me!</button>"), "press me!");
|
||||
equal(sanitize("<canvas>draw me!</canvas>"), "draw me!");
|
||||
});
|
||||
|
||||
test("URLs in BBCode tags", function() {
|
||||
|
Reference in New Issue
Block a user