summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-27 11:52:51 +0300
committerAndrew Dolgov <[email protected]>2019-11-27 11:52:51 +0300
commitd15f0349bf1671d3b3704f728372b7fb3f4045bd (patch)
tree8762bfff2181162591e3ecce6a843fda7f99ee9b /classes
parente5b7b145e53915b8ff026f8caaa92fa2f7c833aa (diff)
remove hardcoded iframe domain whitelist, make iframe script whitelisting configurable by plugins (HOOK_IFRAME_WHITELISTED)
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index ac782e699..6158880f2 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -61,6 +61,7 @@ class PluginHost {
const HOOK_GET_FULL_TEXT = 41;
const HOOK_ARTICLE_IMAGE = 42;
const HOOK_FEED_TREE = 43;
+ const HOOK_IFRAME_WHITELISTED = 44;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;