• Resolved wplike75

    (@wplike75)


    Please how to Request whitelist and not log in Live traffic this: mywebsite.com/?fbclid=xxxxxx with regex in the settings ?

    I tried this but do not work:
    {fbclid$}
    {fbclid=$}
    ?fbclid=
    ?fbclid=$

    Thanks in advance for your help

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter wplike75

    (@wplike75)

    Hello,

    someone can help please.

    Into “Live traffic” I do not want to be logged this:

    ?fbclid=

    I tried that, but do not work:
    {fbclid$}
    {fbclid=$}
    ?fbclid=
    ?fbclid=$

    Thanks in advance for your help.

    Plugin Author gioni

    (@gioni)

    You forget about the leading slash.
    /?fbclid=

    Thread Starter wplike75

    (@wplike75)

    Hello,

    thanks for your response, but cerber add a message error if I do this:

    “You may not specify the query string with a question mark: /?fbclid=”

    It’s the same if I try with a regex {/?fbclid=}

    It seem we can’t stop cerber to exclude requests from logging this, too bad.

    Thread Starter wplike75

    (@wplike75)

    When I look your doc here How to exclude requests from inspection by specifying an URL:
    https://wpcerber.com/wordpress-probing-for-vulnerable-php-code/

    Tried all to exclude ?fbclid= but nothing is working, this is crazy, I get all legitimate people comming from facebook inspected and logged in the live traffic, It’s very awkward and unnecessary.

    If one day you can make an update to exclude this legitimate requests to be inspected and logged it’s xill be great.

    Regards.

    Plugin Author gioni

    (@gioni)

    Please show me the full row (screenshot) from the Live Traffic log page that you need to exclude from inspection.

    Thread Starter wplike75

    (@wplike75)

    Hello,

    like I explained (sorry for my very bad English) on my fist question, I wanted exclude legitimate Facebook users to be logged into live traffic, all the url that containing ?fbclid=.

    I tried many thing to whislist these users and url to be logged, nothing worked, and in your response:

    “You forget about the leading slash.
    /?fbclid=

    that change nothing, cerber do not want this, error is:
    “You may not specify the query string with a question mark: /?fbclid=”.

    So I do not more use this plugins, too much traffic from Facebook, so the log are flooded and get to big.

    Regards.

    Plugin Author gioni

    (@gioni)

    Since version 8.6.7, there is a setting “Do not log these locations”. It serves the purpose you asked for.

    Thread Starter wplike75

    (@wplike75)

    Hello,

    all url containing “/?fbclid=” are different, so like adding an “/” and a “Do not log these locations” that do not work. But anyway, I will never use your plugins, so thanks for your answers that do not help.
    Regards.

    Plugin Author gioni

    (@gioni)

    It doesn’t matter. People come here seeking a solution. And the solution is using REGEX. It’s that simple.

    {[&?]fbclid=.+}

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Live traffic and /?fbclid=’ is closed to new replies.