I am getting the error RefererNotAllowedMapError from some PC\'s when I load a page on my site.
RefererNotAllowedMapError
RefererNotAllowedMapError <
Note the DOT at the beginning of the expression, it's a char!
*.stackoverflow.com/* // this will not work with http://stackoverflow.com
*.stackoverflow.com/*
http://stackoverflow.com
You will also have to add:
*://stackoverflow.com/* // now it will cover all domain variation
*://stackoverflow.com/*