diff --git a/common/content/sanitizer.js b/common/content/sanitizer.js index d68fa346..579ccf93 100644 --- a/common/content/sanitizer.js +++ b/common/content/sanitizer.js @@ -72,7 +72,7 @@ function Sanitizer() //{{{ { options.setPref(pref, false); - for (let [, value] in Iterator(values.split(","))) + for (let [, value] in Iterator(this.parseValues(values))) { if (prefToArg(pref) == value) {