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

Settings -> Filters not working as expected. #27

Closed
geeknik opened this issue Jul 8, 2019 · 2 comments
Closed

Settings -> Filters not working as expected. #27

geeknik opened this issue Jul 8, 2019 · 2 comments

Comments

@geeknik
Copy link
Sponsor Contributor

geeknik commented Jul 8, 2019

Hi, I have the Filters setting to "Don't save report or send alert" when a report is already known as seen here:
Screenshot_2019-07-08_10-43-24
However, I still get multiple reports in a row with the same URL. Is there something else I can do here to better prevent getting inundated with reports from the same URL? Thank you.

@ssl
Copy link
Owner

ssl commented Jul 8, 2019

Hi @geeknik,

Please note that a report is only seen as a double report when the following things are the same: cookies, dom, origin, referer, uri, user-agent and ip.

If any of those are not the same it is not treated as a double report. (e.g. a slighty different dom).

Check function callback in Route.php right under '$doubleReport = false'. You can see and edit the SQL query in there.

@geeknik
Copy link
Sponsor Contributor Author

geeknik commented Jul 8, 2019

Excellent, thank you.

@geeknik geeknik closed this as completed Jul 8, 2019
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

2 participants