Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4838

Unsafe protocol in the embed tag

$
0
0

@lodrantl wrote:

I'm using a query parameter (lets call it url), to set a src of an embed tag on my page.

So going to localhost:4200/show?url="http://outsideresource.com/image.svg" should give you a page with the svg image embedded.

The minimal template for page show would look like this: <embed src="{{page}}"/>

But somehow "http://outsideresource.com/image.svg" gets replaced with "unsafe:http://outsideresource.com/image.svg".

Does anybody know why?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4838

Trending Articles