mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
detect whether browser supports iframe.sandbox and allow iframes accordingly; allow object and embed elements
This commit is contained in:
@@ -285,6 +285,7 @@ class RPC extends Handler_Protected {
|
||||
|
||||
function sanityCheck() {
|
||||
$_SESSION["hasAudio"] = $_REQUEST["hasAudio"] === "true";
|
||||
$_SESSION["hasSandbox"] = $_REQUEST["hasSandbox"] === "true";
|
||||
|
||||
$reply = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user