Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blocked referrers defaults - question on the terms included #272

Open
JSzaszvari opened this issue Jun 19, 2017 · 0 comments
Open

blocked referrers defaults - question on the terms included #272

JSzaszvari opened this issue Jun 19, 2017 · 0 comments

Comments

@JSzaszvari
Copy link

This is more a question than a Issue, You can close it upon response.

For the default referrers blacklist config

## Add here all referrers that are to blocked.
map $http_referer $bad_referer {
    default 0;
    ~(?i)(adult|babes|click|diamond|forsale|girl|jewelry|love|nudit|organic|poker|porn|poweroversoftware|sex|teen|webcam|zippo|casino|replica) 1;
}

I'd just like to know the rationale behind "Organic" being in there.

I'm more curious than anything - We ran into a issue with one of our sites where it was generating 404's and upon investigating it was whenever people were searching for a product with the word 'organic' in the title.

We run about 30 very large e-commerce sites specialising in natural medicine and organic foods, and just launched a new range with "Organic" in the title of the product - People could search, but then upon clicking a link it would error as organic was in the referrer from the search that had just been done.

Had a good laugh when we figured it out, but I cant figure out how 'Organic' relates to the other terms in there like 'porn' and 'sex'

Much appreciated. Love your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant