Bug 641169 - Whitelist webgl.* prefs in about:support. r=gavin

This commit is contained in:
Joe Drew 2011-05-30 09:31:17 +02:00
Родитель 3dd30f77c3
Коммит 037ad05e94
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -75,7 +75,8 @@ const PREFS_WHITELIST = [
"places.",
"print.",
"privacy.",
"security."
"security.",
"webgl."
];
// The blacklist, unlike the whitelist, is a list of regular expressions.