We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee7c10 commit f1da62aCopy full SHA for f1da62a
js/cloudopt-core.js
@@ -968,8 +968,11 @@ cloudopt.grade = (function (cloudopt) {
968
if (level <= 2) {
969
safe = true;
970
}
971
- if (level === 3 && config.safePotential) {
+ if (level === 3) {
972
+ if (config.safePotential)
973
safe = false;
974
+ else
975
+ safe = true;
976
977
if (config.whiteList.indexOf(result.host) > -1 || config.whiteListAds.indexOf(result.host) > -1) {
978
0 commit comments