From d46fe30d28a2ea6f24dc160331394d866ff8a319 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 23 Sep 2009 04:20:59 +1000 Subject: [PATCH] Use Option#parseValues in 'sanitizeitems' setter. --- common/content/sanitizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {