These instructions will show you how to disable Guest Mode, Incognito Mode, and Secure DNS on Brave for Mac.
Disable Guest Mode, Incognito, and Secure DNS
Follow these steps to ensure Bark remains in place while your child is browsing.
- On your kid's Chrome browser, turn off Secure DNS.
- Then, open Finder.
- Double-click on Applications.
- Double-click on Utilities.
- Double-click on Terminal.
- Copy and paste this into Terminal and press Enter:
defaults write com.brave.Browser BrowserGuestModeEnabled -bool false
- Copy and paste this into Terminal and press Enter:
defaults write com.brave.Browser IncognitoModeAvailability -integer 1
- Copy and paste this into Terminal and press Enter:
defaults write com.brave.Browser IPFSEnabled -integer 0
- Restart the computer.
- Now, Guest Mode, Incognito Mode, and Secure DNS are disabled on Brave. Success!
Return Brave to default settings
Follow these steps if your child has aged out of Bark and you no longer need their browser protected.
- Open Finder.
- Double-click on Applications.
- Double-click on Utilities.
- Double-click on Terminal.
- Copy and paste this into Terminal and press Enter:
defaults write com.brave.Browser BrowserGuestModeEnabled -bool true
- Copy and paste this into Terminal and press Enter:
defaults write com.brave.Browser IncognitoModeAvailability -integer 0
- Copy and paste this into Terminal and press Enter:
defaults write com.brave.Browser IPFSEnabled -integer 1
- Restart your computer for changes to take effect.