←back to thread

552 points freedomben | 1 comments | | HN request time: 0.207s | source
Show context
QuantumGood ◴[] No.41812638[source]
"browsers using the ExtensionManifestV2Availability policy will be exempt from any browser changes until June 2025"

To extend ManifestV2 in Chrome, add the text below to a text file, saving and running it as a .reg will create and add a value of 2 to "ExtensionManifestV2Availability" in the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome key

(When you open/run a .reg file, it updates your registry, usually preceeded by a warning.)

Alternatively, you could do this manually by pressing the Windows key, type "run" (without the quotes) and enter, type "regedit" (without the quotes) and enter, then navigate as far as you can to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome key

You may find there is no "Chrome" key and will need to create it, as well as creating ExtensionManifestV2Availability

--------------------------------------

  [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]


  "ExtensionManifestV2Availability"=dword:00000002
replies(6): >>41813064 #>>41814881 #>>41815291 #>>41815987 #>>41816440 #>>41817240 #
tech234a ◴[] No.41815291[source]
Note that this will also disable Chrome’s DNS Over HTTPS as Chrome disables the DoH resolver by default when the browser is managed by enterprise policies like this one. See the platform-specific links mentioned on the uBlock Origin subreddit [1], many of which also include instructions for enabling the DoH resolver while managing the browser using policies.

[1]: https://old.reddit.com/r/uBlockOrigin/comments/1d49ud1/manif...

replies(1): >>41846960 #
1. account42 ◴[] No.41846960[source]
Good. Letting Google MITM all your DNS queries is insane.