Don't open new tab if no access to private windows. Rephrase

This commit is contained in:
ilyaigpetrov 2020-10-17 13:36:29 +00:00
parent 73485e8be4
commit e3c595a447
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@
if (err) {
if (err.message === 'proxy.settings requires private browsing permission.') {
window.utils.openAndFocus('https://rebrand.ly/ac-allow-private-windows');
// window.utils.openAndFocus('https://rebrand.ly/ac-allow-private-windows');
clarifyThen(
chrome.i18n.getMessage('AllowExtensionToRunInPrivateWindows'),
cb,

View File

@ -138,6 +138,6 @@
"message": "Proxying of OWN sites is possible only via OWN proxies. No own proxies found that satisfy your requirements."
},
"AllowExtensionToRunInPrivateWindows": {
"message": "For the extension to work it is required to allow it to run in private windows, see <a href='https://rebrand.ly/ac-allow-private-windows'>howto</a>."
"message": "For the extension to work it is required to allow it to run in private windows, see <a href='https://rebrand.ly/ac-allow-private-windows'>a HOWTO</a>."
}
}