我一直在使用DomSanitizer和一個html字符串中的SVG。Angular 2,DomSanitizer,bypassSecurityTrustHtml,SVG
此之前的角當前的版本中,這個工作就好了:
this.domSanitizer.bypassSecurityTrustHtml(content);
現在我又回到叫
SafeHtmlImpl {changingThisBreaksApplicationSecurity: "<svg> blah </svg>"}
changingThisBreaksApplicationSecurity
對象現在是否有訪問的新途徑DomSanitizer的輸出?我應該將它作爲SafeHTML類型還是什麼?如果bypassSecurityTrustHtml仍然過濾HTML,那麼它有什麼意義?
任何明信片上的答案?請...
那麼,有什麼問題呢? – micronyks