Como desactivar o modo de navegação anónima no Google Chrome
Os seguintes métodos irão desactivar o modo de navegação anónima para todas as contas no mesmo computador.
No Linux (a solução Windows está no final), utilize a política IncognitoModeAvailability numa política.json file and set the value to 1.
Example (line 4):
You can have just the line 4 like this:
- {
- "IncognitoModeAvailability": 1
- }
Then, save the file in /etc/chromium/policies/managed/
So the full file path will be:
- /etc/chromium/policies/managed/policy.json
(I’m not sure this method can work on Windows, but see below for another solution for Windows)
The file can also be named policies.json (ou qualquer-else.json, penso eu)
Para sua informação, no meu exemplo, as linhas 2 e 3 são usadas para habilitar o "Filtro Familiar" do Cleanbrowsing.org no modo DoH. And lines 6 to 14 are used to allow only specific extensions.
More information:
- Documentation for Administrators - The Chromium Projects
- Chrome Enterprise Policy List & Management | Documentation
- Chrome Enterprise Policy List & Management: IncognitoModeAvailability
Note: Firefox can also be secured with a policies.json file: more info here.
On Windows (You must have administrator privileges):
Create a text file (with notepad or notepad++) named policy.reg containing the following:
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
- "IncognitoModeAvailability"=dword:00000001
(in fact, the filename is not important, only the .reg file extension is important)
Save the file on your desktop.
Then double-click the file and accept all the warnings (click yes).
Artigos semelhantes
- Se eu estiver usando o modo de navegação anônima no meu navegador móvel através de WiFi, é possível monitorar o histórico de navegação?
- Como restaurar o histórico do modo de navegação anónima
- Alguém pode ver o registo dos sites navegados no modo de navegação anónima? Como?
- Quando você deve estar navegando na internet em modo de navegação anônima?