I am trying to block access to my site from a particular site. The following code works fine but how do I get it to work with more than one link from the site I am blocking.
this link is blocked -->
http://site_to_block.com/top10.aspx
but if I add ($ref== 'http://site_to_block.com/top10.aspx', 'http://site_to_block.com/link_from_another_page.aspx')
the script doesn't work. Where am I going wrong?