/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
webp-express
/
lib
/
options
/
js
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/webp-express/lib/options/js
Edit:
/home/melaqxso/public_html/wp-content/plugins/webp-express/lib/options/js/escapeHTML.js
/* function htmlEscape(str) { return str .replace(/&/g, '&') .replace(/"/g, '"') .replace(/'/g, ''') .replace(/</g, '<') .replace(/>/g, '>'); } */ function webpexpress_escapeHTML(s) { return s.replace(/./gm, function(s) { var safe = /[0-9a-zA-Z\!]/; if (safe.test(s.charAt(0))) { return s.charAt(0); } switch (s.charAt(0)) { case '*': case '#': case ' ': case '{': case '}': case ':': case '.': case '`': return s.charAt(0); default: return "&#" + s.charCodeAt(0) + ";"; } }); }
Ukuran: 744 B