Skip to content

Instantly share code, notes, and snippets.

@theabhayprajapati
Created September 23, 2023 13:48
Show Gist options
  • Save theabhayprajapati/8b95a095962ff5b5a81cfd6155d48454 to your computer and use it in GitHub Desktop.
Save theabhayprajapati/8b95a095962ff5b5a81cfd6155d48454 to your computer and use it in GitHub Desktop.
Removing "Mangaged By Google Tag" from fedora Google Chrome.
removing /etc/opt/chrome/policies/managed/00_gssapi.json works only until next OS (Fedora 35) reboot.

go to /etc/opt/chrome and check if policies is having file similar to 00_gssapi.json or *.json

then come back and delete that folder

cd ../..
sudo rm -fr policies

done solve open chrome again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment