Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngSanitize): use the smallest match on searching end tags #11443

Closed
wants to merge 1 commit into from
Closed

fix(ngSanitize): use the smallest match on searching end tags #11443

wants to merge 1 commit into from

Conversation

memolog
Copy link
Contributor

@memolog memolog commented Mar 27, 2015

ngSanitize searches the string of the end tag with the longest match.
So it removes all of the HTML strings between script elements.
We should use the smallest possible match.

Closes #11442

ngSanitize searches the string of the end tag with the longest match.
So it removes all of the HTML strings between script elements.
We should use the smallest possible match.

Closes #11442
@petebacondarwin
Copy link
Contributor

This should be fixed by #11790

@petebacondarwin petebacondarwin added this to the Backlog milestone May 5, 2015
mhevery added a commit to mhevery/angular.js that referenced this pull request May 6, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
mhevery added a commit to mhevery/angular.js that referenced this pull request May 6, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
mhevery added a commit to mhevery/angular.js that referenced this pull request May 6, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
mhevery added a commit to mhevery/angular.js that referenced this pull request May 6, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
mhevery added a commit to mhevery/angular.js that referenced this pull request May 7, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
mhevery added a commit to mhevery/angular.js that referenced this pull request May 14, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
lgalfaso pushed a commit to lgalfaso/angular.js that referenced this pull request Jul 31, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
@lgalfaso
Copy link
Contributor

lgalfaso commented Aug 6, 2015

Closing this in favor of #11790

@lgalfaso lgalfaso closed this Aug 6, 2015
IgorMinar pushed a commit to IgorMinar/angular.js that referenced this pull request Aug 7, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
IgorMinar pushed a commit to IgorMinar/angular.js that referenced this pull request Sep 8, 2015
This implementation is based on using inert document parsed by the browser

Closes angular#11442
Closes angular#11443
IgorMinar pushed a commit to IgorMinar/angular.js that referenced this pull request Sep 8, 2015
This implementation is based on using inert document parsed by the browser

Closes angular#11442
Closes angular#11443
IgorMinar pushed a commit to IgorMinar/angular.js that referenced this pull request Sep 9, 2015
This implementation is based on using inert document parsed by the browser

Closes angular#11442
Closes angular#11443
IgorMinar pushed a commit to IgorMinar/angular.js that referenced this pull request Sep 11, 2015
This implementation is based on using inert document parsed by the browser

Closes angular#11442
Closes angular#11443
mhevery added a commit that referenced this pull request Sep 18, 2015
This implementation is based on using inert document parsed by the browser

Closes #11442
Closes #11443
Closes #12524
ggershoni pushed a commit to ggershoni/angular.js that referenced this pull request Sep 29, 2015
This implementation is based on inert document

Closes angular#11442
Closes angular#11443
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ngSanitize removes HTML strings between script elements
4 participants