Skip to content

Commit 0da1415

Browse files
authored
Merge pull request #17 from cloudoptlab/fix/1.4.1/fix-two-typos
Fix two typos
2 parents 4284a99 + c1935d5 commit 0da1415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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": {

js/background/filter/dnt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
})

0 commit comments

Comments
 (0)