HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u68793687 (7624756)
PHP: 7.0.33
Disabled: NONE
Upload Files
File: /homepages/42/d414105715/htdocs/demo/wp-includes/js/wp-sanitize.min.js
window.wp=window.wp||{},wp.sanitize={stripTags:function(e){return(e=e||"").replace(/<!--[\s\S]*?(-->|$)/g,"").replace(/<(script|style)[^>]*>[\s\S]*?(<\/\1>|$)/gi,"").replace(/<\/?[a-z][\s\S]*?(>|$)/gi,"")},stripTagsAndEncodeText:function(e){var t=wp.sanitize.stripTags(e),e=document.createElement("textarea");try{e.innerHTML=t,t=wp.sanitize.stripTags(e.value)}catch(e){}return t}};