forked from Archives/Athou_commafeed
rewrite iframes to use https if commafeed uses https
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
|
||||
<div class="entry-body-content">
|
||||
<div ng-bind-html="entry.content | trustHtml | highlight:keywords"></div>
|
||||
<div ng-bind-html="entry.content | iframeHttpsRewrite| highlight:keywords | trustHtml"></div>
|
||||
<div class="entry-enclosure" ng-if="entry.enclosureType">
|
||||
<video controls ng-if="entry.enclosureType && entry.enclosureType.indexOf('video') == 0">
|
||||
<source ng-src="{{entry.enclosureUrl | trustUrl}}" type="{{entry.enclosureType}}" />
|
||||
|
||||
Reference in New Issue
Block a user