diff --git a/README.md b/README.md index 6dfc164..9efa979 100755 --- a/README.md +++ b/README.md @@ -18,10 +18,6 @@ Vytal contains no ads and signup is not required. ## Limitations -### Tab initialization - -There is a slight delay between when a new tab is opened and the debugger starts mocking the data. This allows for websites to get the original value of the data before it is changed. After the initial loading of a tab, this will no longer be an issue. - ### Debugging bar While the chrome.debugger API is active, a bar under the address bar is displayed. Hiding the bar is only possible when the --silent-debugger-extension-api command-line switch is used. @@ -30,6 +26,11 @@ While the chrome.debugger API is active, a bar under the address bar is displaye Unfortunately Vytal doesn't work on Firefox since Firefox doesn't support the debugger API for extensions. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions#browser_compatibility +### New tab + +The chrome debugger cannot attach itself to chrome://newtab. This can result in data leakage to the first non chrome:// page you navigate to. + + ### Locale override does not mock language data Unlike the Chrome devtools location sensor, overriding the locale does not change language data (such as navigator.language or navigator.languages). There is an open ticket about this here: https://bugs.chromium.org/p/chromium/issues/detail?id=1306254