mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
minor tweaks to embed_original
This commit is contained in:
@@ -43,7 +43,7 @@ function embedOriginalArticle(id) {
|
||||
var iframe = new Element("iframe", {
|
||||
class: "embeddedContent",
|
||||
src: ti.url,
|
||||
sandbox: 'sandbox',
|
||||
sandbox: 'allow-scripts',
|
||||
});
|
||||
|
||||
if (c) {
|
||||
|
||||
Reference in New Issue
Block a user