HTMLify
specialProperties.js
Views: 6 | Author: cody
1 2 3 | 'use strict'; module.exports = new Set(['__proto__', 'constructor', 'prototype']); |
1 2 3 | 'use strict'; module.exports = new Set(['__proto__', 'constructor', 'prototype']); |