Casa > C > Como Desactivar O Modo De Navegação Anónima No Google Chrome

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):

main-qimg-d76734079b69ab1362f1880e1f1082ea

You can have just the line 4 like this:

  1. "IncognitoModeAvailability": 1 

Then, save the file in /etc/chromium/policies/managed/

So the full file path will be:

  1. /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:

  1. Windows Registry Editor Version 5.00 
  2. [HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome] 
  3. "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).

De Clem Rebera

Qual é a comparação entre conda vs pip vs anaconda? :: Posso instalar APK não assinado?