Page 1 of 1

xtra rules to block a file

Posted: 18 May 2014, 16:06
by azednet
Hello,

How can i block file with this script:

Code: Select all

<script type="text/javascript">
<!--
window.location = "http://"
//-->
</script>

Thank you

Re: xtra rules to block a file

Posted: 21 May 2014, 04:57
by Sergio
You can try with this:

Code: Select all

regall:quarantine:window\.location \= "http:\/\/"

Re: xtra rules to block a file

Posted: 18 Jul 2014, 08:01
by fifafinal
thanks