Closed rkorach closed 12 years ago
@moutard do you know a way to disable it in content scripts directly from the manifest? I couldn't find that...
I don't know but I will search for.
Find on Chromium dev blog :
Note to extension developers: Try to be a good citizen by only persisting browsing information collected from non-incognito windows. You can determine this by examining the incognito property on tab and window objects, or checking chrome.extension.inIncognitoTab from within a content script. For more information, see the extension documentation section on Saving data and incognito mode.
http://code.google.com/chrome/extensions/trunk/overview.html#incognito
Nice find!
See comit 2b19cf693c35205174b566a44a3dc4b8872b2ef8.
Hi,
(following #9)
Chrome explicitly asks developers not to collect data in this mode. http://code.google.com/chrome/extensions/overview.html#incognito (see 2nd paragraph)
We need to stop ALL data collecting in incognito mode? A user will still be able to authorize cT in incognito, but will only have its interface with already built stories. No new story will be being built under this mode.
Cheers