Disable Guest Mode, InPrivate, and Secure DNS
Follow these steps to ensure Bark remains in place while your child is browsing.
On your child's Edge 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.microsoft.Edge BrowserGuestModeEnabled -bool false
Copy and paste the following command into Terminal and press Enter:
defaults write com.microsoft.Edge BrowserAddProfileEnabled -bool false
Copy and paste the following command into Terminal and press Enter:
defaults write com.microsoft.Edge InPrivateModeAvailability -integer 1
Copy and paste the following command into Terminal and press Enter:
defaults write com.microsoft.Edge IPFSEnabledĀ -integer 0
Restart your computer.
š Guest Mode, InPrivate Mode, and the ability to add additional profiles are now disabled on Edge.
Return Edge 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.microsoft.Edge BrowserGuestModeEnabled -bool true
Copy and paste the following command into Terminal and press Enter:
defaults write com.microsoft.Edge BrowserAddProfileEnabled -bool true
Copy and paste the following command into Terminal and press Enter:
defaults write com.microsoft.Edge InPrivateModeAvailability -integer 0
Copy and paste the following command into Terminal and press Enter:
defaults write com.microsoft.Edge IPFSEnabledĀ -integer 1
Restart your computer.
