Skip to content

Why there are no word boundaries in referer entries, for Apache version of blocklist? #230

@demirciAhmet

Description

@demirciAhmet

In Apache version of the blocklist, there are no word boundaries used for referer entries, which differs from the Nginx version of the blocklist. Is this by purpose?

In Apache version of globalblacklist.conf:
SetEnvIfNoCase Referer ~*000free\.us spam_ref

In Nginx version of globalblacklist.conf:
"~*(?:\b)000free\.us(?:\b)" 1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions