Page 1 of 1

[SOLVED] How do i enable chrome://media-internals

Posted: 04 Oct 2019, 09:42
by kaaremai
Hi,

How do i enable access to chrome://media-internals? Right now when i write that in the adress bar of Google Chrome i get a page saying "blocked by administrator". The same happens if i try to access the google chrome settings menu. I've been looking through the default chrome policy json file but can't find any setting disabling these things. If i enable developer tools i can access the developer tools but still not media-internals and settings.

How do i enable chrome://media-internals

Posted: 04 Oct 2019, 09:50
by fanthom
Hello kaaremai,

Please use 'browser_preferences=' parameter and use this policy to wipe default blacklist:

Code: Select all

"URLBlacklist": [ ],
Thanks