Update README.md
This commit is contained in:
parent
2eda72627c
commit
f685a87c74
1 changed files with 5 additions and 4 deletions
|
|
@ -18,10 +18,6 @@ Vytal contains no ads and signup is not required.
|
||||||
|
|
||||||
## Limitations
|
## 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
|
### 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.
|
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
|
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
|
### 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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue