Bug 1508503 - Remove medium.com from "dom.keyboardevent.keypress.hack.dispatch_non_printable_keys" r=smaug

Bug 1483553 was fixed by the developers of medium.com so that we can remove
medium.com from the blacklist which prevents strict keypress dispatching on
specific websites.

Differential Revision: https://phabricator.services.mozilla.com/D12398

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Masayuki Nakano 2018-11-20 12:58:58 +00:00
Родитель c0cee4bbdc
Коммит 289a5bff70
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -228,8 +228,7 @@ pref("dom.keyboardevent.keypress.dispatch_non_printable_keys_only_system_group_i
// can limit the path. E.g., "example.com/foo" means "example.com/foo*". So,
// if you need to limit under a directory, the path should end with "/" like
// "example.com/foo/". Note that this cannot limit port number for now.
pref("dom.keyboardevent.keypress.hack.dispatch_non_printable_keys",
"medium.com/p/");
pref("dom.keyboardevent.keypress.hack.dispatch_non_printable_keys", "");
#else
pref("dom.keyboardevent.keypress.dispatch_non_printable_keys_only_system_group_in_content", false);
#endif