COMMITS
/ test/ngSanitize/sanitizeSpec.js December 9, 2018
M
test(ngSanitize): disable a failing Edge test in all versions, including 18
Michał Gołębiowski-Owczarek committed
May 6, 2018
M
test($sanitize): exclude elclob test in Edge 17 (#16555)
Martin Staffa committed
November 11, 2017
M
feat($sanitize): support enhancing elements/attributes white-lists
Maksim Ryzhikov committed
January 30, 2018
P
feat($sce): handle URL sanitization through the `$sce` service
Pete Bacon Darwin committed
January 6, 2018
P
fix($sanitize): sanitize `xml:base` attributes
Peter Bacon Darwin committed
January 3, 2018
M
test($sanitize): skip nextSibling clobber test on Edge 16
Martin Staffa committed
October 31, 2017
P
fix(sanitizeUri): sanitize URIs that contain IDEOGRAPHIC SPACE chars
Peter Bacon Darwin committed
October 11, 2017
May 25, 2017
P
fix($sanitize): use appropriate inert document strategy for Firefox and Safari
Peter Bacon Darwin committed
March 20, 2017
G
docs($sanitize): fix incorrect test description
Georgios Kalpakas committed
February 13, 2017
G
fix($sanitize): prevent clobbered elements from freezing the browser
Georgios Kalpakas committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
September 4, 2016
B
fix($sanitize): reduce stack height in IE <= 11
BobChao87 committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
June 15, 2016
G
fix(modules): allow modules to be loaded in any order when using `angular-loader`
Georgios Kalpakas committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
January 22, 2016
L
fix(ngSanitize): Blacklist the attribute `usemap`
Lucas Mirelmann committed
January 6, 2016
G
test: fix failing tests on MS Edge
Georgios Kalpakas committed
December 5, 2015
P
fix($sanitize): blacklist SVG `<use>` elements
Peter Bacon Darwin committed
September 14, 2015
I
test($sanitize): add a test to prove that html comments are being stripped
Igor Minar committed
September 8, 2015
I
fix($sanitize): add mXSS protection
Igor Minar committed
August 7, 2015
I
feat($sanitize): make svg support an opt-in
Igor Minar committed
I
fix($sanitize): support void elements, fixups, remove dead code, typos
Igor Minar committed
May 1, 2015
M
refactor($sanitize): new implementation of the html sanitized parser
Misko Hevery committed
March 10, 2015
R
fix($sanitize): disallow unsafe svg animation tags
rodyhaddad committed
February 6, 2015
H
fix(ngSanitize): Do not ignore white-listed svg camelCased attributes
Hugo Magalhães committed
February 13, 2015
R
refactor(ngSanitize): remove workarounds for IE8
Rouven Weßling committed
P
test(ngSanitize): add tests for `decodeEntities`
Peter Bacon Darwin committed
February 3, 2015
L
fix(sanitize): handle newline characters inside special tags
Lucas Galfaso committed
November 8, 2014
H
style(*): add rules requireSpace(After|Before)BinaryOperators
Henry Zhu committed
October 25, 2014
C
test(ngSanitize): fix test descriptions
Christian Liebel committed
October 24, 2014
G
test(ngSanitize): enhance test regarding the `xlink:href` attribute
Georgios Kalpakas committed
October 22, 2014
C
feat(ngSanitize): accept SVG elements and attributes
Christian Liebel committed
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
July 30, 2014
C
fix(ngSanitize): ensure `html` is a string in htmlParser()
Caitlin Potter committed
July 5, 2014
C
fix(ngSanitize): follow HTML parser rules for start tags / allow < in text content
Caitlin Potter committed
March 29, 2014
Y
fix(ngSanitize): encode surrogate pair properly
Yutaka Yamaguchi committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
November 24, 2013
M
fix(ngSanitize): prefer textContent to innerText to avoid layout trashing
Michał Gołębiowski committed
November 25, 2013
T
fix($sanitize): Use same whitelist mechanism as $compile does.
Tobias Bosch committed
October 2, 2013
P
fix($sanitize): sanitize DOCTYPE declarations correctly
paolo-delmundo committed
August 17, 2013
R
fix(ngSanitize): sanitizer should not accept <!--> as a valid comment
R. Merkert committed
July 12, 2013
P
fix(sanitize): match URI schemes case-insensitively
Pete Bacon Darwin committed
November 10, 2012
A
feat($sanitize): support telephone links
Anna Vester committed
April 10, 2012
V
chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module
Vojta Jina committed