-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TorDisabled key doesn't appear to disable Tor in MacOS #17530
Comments
We currently only support Tor policy on Windows (https://github.com/brave/brave-core/blob/master/script/policy_source_helper.py#L19), we should consider support all platforms, cc @simonhong |
fix: brave/brave-browser#17530 So far, this policy is not available on macOS. This change enables this policy on macOS and makes brave://policy displays this policy status properly on macOS/linux.
Verified
Steps:
Note: filed #17609 since the
Verified
Set up the policy:
Note: filed #17609 since the
|
Thanks for implementing this so quickly! FYI For documentation purposes, it looks like the previous command mentioned |
Description
Hi-
Per this and other issue listings, the following should disable Tor in MacOS.
defaults write com.brave.Browser TorDisabled -integer 1
but it has no visible effect.
We are disallowing usage of Brave on Mac systems until we can disable this.
Steps to Reproduce
Actual result:
"New Private Window with Tor" is still there, and choosing that option opens a Tor window.
Expected result:
"New Private Window with Tor" should either not be present or greyed out.
Reproduces how often:
Easily reproduced in 1.28.105 (latest).
Brave version (brave://version info)
Brave 1.28.105 Chromium: 92.0.4515.131 (Official Build) (x86_64)
Revision 6b8d6c56ce21e38a72f7c4becb5abc1fa5134f29-refs/branch-heads/4515@{#1933}
OS macOS Version 10.15.7 (Build 19H1030)
JavaScript V8 9.2.230.22
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
Command Line /Applications/Brave Browser.app/Contents/MacOS/Brave Browser --user-data-dir=/Users/MyUsername/Library/Application Support/BraveSoftware/Brave-Browser --enable-dom-distiller --disable-domain-reliability --no-pings --origin-trial-public-key=bYUKPJoPnCxeNvu72j4EmPuK7tr1PAC7SHh8ld9Mw3E=,fMS4mpO6buLQ/QMd+zJmxzty/VQ6B1EUZqoCU04zoRU= --sync-url=https://sync-v2.brave.com/v2 --lso-url=https://no-thanks.invalid --variations-server-url=https://variations.brave.com/seed --enable-features=WebUIDarkMode,LegacyTLSEnforced,AutoupgradeMixedContent,SafetyTip,PasswordImport,ReducedReferrerGranularity,PrefetchPrivacyChanges --disable-features=SignedExchangeSubresourcePrefetch,IdleDetection,FledgeInterestGroups,FlocIdComputedEventLogging,HandwritingRecognitionWebPlatformApiFinch,DirectSockets,TrustTokens,InterestCohortFeaturePolicy,WebOTP,NotificationTriggers,InterestCohortAPIOriginTrial,FledgeInterestGroupAPI,AutofillEnableAccountWalletStorage,FirstPartySets,FederatedLearningOfCohorts,PrivacySandboxSettings,SignedExchangePrefetchCacheForNavigations,NetworkTimeServiceQuerying,SubresourceWebBundles,HandwritingRecognitionWebPlatformApi,AutofillServerCommunication,LiveCaption,LangClientHintHeader,EnableProfilePickerOnStartup,TextFragmentAnchor,EnablePasswordsAccountStorage --flag-switches-begin --flag-switches-end
Executable Path /Applications/Brave Browser.app/Contents/MacOS/Brave Browser
Profile Path /Users/MyUsername/Library/Application Support/BraveSoftware/Brave-Browser/Default
Variations AdRewardsStudy:NextPaymentDay
AdServingStudy:MaximumAdNotificationsPerDay=100
AdvertiserSplitTestStudy:GroupA
BraveAds.FrequencyCappingStudy:ExcludeAdIfWithinTimeWindow=0h
BraveAds.UserActivityStudy:Triggers=EMPTY/Threshold=0.0/IdleTimeThreshold=5
EphemeralStorageStudy:Enabled
MacCoreLocationBackendStudy:Enabled
NativeCosmeticFilteringStudy:Enabled
PermissionLifetimeReleaseStudy:Enabled
SpeedreaderReleaseStudy:Disabled
Version/Channel Information:
Seems to have been an issue for a while. I also went back and downloaded a 'Nightly' version 1.3.4 to see if this is a regression and it doesn't work there.
Other Additional Information:
Miscellaneous Information:
We tested this on Windows using steps in this article https://support.brave.com/hc/en-us/articles/360039248271 and that worked fine.
This also occurs using macOS Big Sur 11.5.
Using the steps to disable Incognito from the same 15202 issue (
defaults write com.brave.Browser IncognitoModeAvailability -integer 1
) works fine.The text was updated successfully, but these errors were encountered: