XW-1300 | add hero-mobile-wikiamobile to sanitizer builder

This commit is contained in:
Igor Rogatty 2016-04-04 13:49:48 +02:00
parent 55c6cf6c11
commit 065bf53428

View file

@ -20,6 +20,7 @@ class SanitizerBuilder {
return new NodeImageSanitizer(); return new NodeImageSanitizer();
case 'hero-mobile': case 'hero-mobile':
case 'hero-mobile-experimental': case 'hero-mobile-experimental':
case 'hero-mobile-wikiamobile':
return new NodeHeroImageSanitizer(); return new NodeHeroImageSanitizer();
default: default:
return new PassThroughSanitizer(); return new PassThroughSanitizer();