sou 8 år sedan
förälder
incheckning
e2779e2050
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      lib/util/RecommendedXSSWhiteList.js

+ 2 - 2
lib/util/RecommendedXSSWhiteList.js

@@ -13,6 +13,6 @@ const tags = [
 const attrs = ['src', 'width', 'height', 'alt', 'title', 'href', 'class', 'style'];
 
 module.exports = {
-  tags,
-  attrs,
+  'tags': tags,
+  'attrs': attrs,
 };