From 439a7acbf79905cfb550ae866f4fbcfb854e5fe7 Mon Sep 17 00:00:00 2001 From: JoshyPHP Date: Wed, 13 Mar 2024 00:53:42 +0100 Subject: [PATCH] Updated XenForo iframe --- iframe/2/xenforo.html | 1 + iframe/2/xenforo.min.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/iframe/2/xenforo.html b/iframe/2/xenforo.html index cce38709..b01faa7e 100644 --- a/iframe/2/xenforo.html +++ b/iframe/2/xenforo.html @@ -13,6 +13,7 @@ ]; const iframe = /** @type {!HTMLIFrameElement} */ (document.createElement('iframe')); + iframe.allow = 'allow-scripts allow-top-navigation-by-user-activation'; iframe.scrolling = 'no'; iframe.onload = () => iframe.contentWindow.postMessage( { diff --git a/iframe/2/xenforo.min.html b/iframe/2/xenforo.min.html index 218cec8e..214c71a6 100644 --- a/iframe/2/xenforo.min.html +++ b/iframe/2/xenforo.min.html @@ -1 +1 @@ -Content from XenForo \ No newline at end of file +Content from XenForo \ No newline at end of file