Angular2 unsafe resource URL in iFrame with DomSanitationService
问题 Background: I'm working on a proof of concept for a transition strategy we're investigating that will pull in the "old" webapp into an iFrame while we work on converting existing functionality to Angular. Issue: The issue I'm having is trying to set the src tag on an iFrame. I'm attempting to use the DomSanitationService component, but I continue to get the "unsafe URL" error message even with this enabled. Code: Here is what I currently have; I have attempted to scrub the URL in the