xtra rules to block a file

Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
Post Reply
azednet
Junior Member
Posts: 9
Joined: 31 Jan 2014, 18:23

xtra rules to block a file

Post by azednet »

Hello,

How can i block file with this script:

Code: Select all

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

Thank you
Sergio
Junior Member
Posts: 1685
Joined: 12 Dec 2006, 14:56

Re: xtra rules to block a file

Post by Sergio »

You can try with this:

Code: Select all

regall:quarantine:window\.location \= "http:\/\/"
Last edited by Sergio on 18 Jul 2014, 14:41, edited 1 time in total.
fifafinal
Junior Member
Posts: 1
Joined: 18 Jul 2014, 07:59
Location: india
Contact:

Re: xtra rules to block a file

Post by fifafinal »

thanks
Post Reply