mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 16:32:01 -05:00
Rolls back xss filter test
This commit is contained in:
@@ -12,6 +12,6 @@ describe('Filter: sanitize', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should sanitize xss-vulnerable strings', function(){
|
it('should sanitize xss-vulnerable strings', function(){
|
||||||
expect(filter("<div>foobar</div>")).toBe("<div>foobar</div>");
|
expect(filter("<div>foobar</div>")).toBe("<div>foobar</div>");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user