From b6f1a8b0d2284ff896b5caa8a8975a1c4482bed3 Mon Sep 17 00:00:00 2001 From: BeezyT Date: Fri, 9 Nov 2012 13:34:35 +0000 Subject: refs #2465 * renaming menu item to "Page Overlay", putting it under Actions * config option to disable framed mode altogether (can be used when websites contain frame busters) * fixed error for anonymous user * loading message in framed mode git-svn-id: http://dev.piwik.org/svn/trunk@7419 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- config/global.ini.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index 697b918407..7e1f7d5457 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -315,6 +315,10 @@ graphs_default_period_to_plot_when_period_range = day ; a view of the current page. The value X can be set here. insight_limit = 300 +; With this option, you can disable the framed mode of the Insight plugin. If set to 1, the Insight session +; will be started in a new tab instead of the iframe. +insight_disable_framed_mode = 0 + [Tracker] ; Piwik uses first party cookies by default. If set to 1, ; the visit ID cookie will be set on the Piwik server domain as well -- cgit v1.2.3