[docs] The dot `.` in `.*\.cnn.com$` is not escaped. · Issue #607 · tinyproxy/tinyproxy · GitHub
Skip to content

[docs] The dot . in .*\.cnn.com$ is not escaped. #607

Description

@your-diary

I found this in the example of Filter:

 # filter all subdomains of cnn.com, but not cnn.com itself
 .*\.cnn.com$

I believe cnn.com should be cnn\.com instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions