This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cb7deb21f Add iframe allow-scripts
cb7deb21f is described below
commit cb7deb21ffc0bb5f0277bf8c98600bf758b48256
Author: JamesBognar <[email protected]>
AuthorDate: Fri Jun 24 04:00:24 2022 -0400
Add iframe allow-scripts
---
content/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/index.html b/content/index.html
index 04c8e355f..96a8baaa3 100644
--- a/content/index.html
+++ b/content/index.html
@@ -242,6 +242,6 @@
</table>
</footer>
</div>
-<iframe id='buff' style='display:none' onload="parent.loadResults(this)"
sandbox="allow-same-origin"></iframe>
+<iframe id='buff' style='display:none' onload="parent.loadResults(this)"
sandbox="allow-same-origin allow-scripts"></iframe>
</body>
</html>