sou %!s(int64=7) %!d(string=hai) anos
pai
achega
e2779e2050
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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,
 };