File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 "hospitalSafeTips" : {
2020 "message" : " You are visiting a hospital website, Cloudopt is guarding you!"
2121 },
22- "OminiboxTips " : {
22+ "ominiboxTips " : {
2323 "message" : " Enter a phone number or a URL to Check security"
2424 },
2525 "dangDownTitle" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cloudopt.config.refresh(function () {
33 if ( chrome . privacy && chrome . privacy . websites . doNotTrackEnabled ) {
44 chrome . privacy . websites . doNotTrackEnabled . get ( { } , function ( details ) {
55 var config = cloudopt . config . get ( ) ;
6- if ( details . levelOfControl === 'controlled_by_this_extension ' && config . safePrivacy ) {
6+ if ( details . levelOfControl === 'controllable_by_this_extension ' && config . safePrivacy ) {
77 chrome . privacy . websites . doNotTrackEnabled . set ( { value : true } , function ( ) {
88 if ( chrome . runtime . lastError ) cloudopt . debug . debug ( chrome . runtime . lastError ) ;
99 } )
You can’t perform that action at this time.
0 commit comments