Skip to content

Fix deceptive warning

Jonathan Haas requested to merge haasjona1/geary:deceptive-warning into mainline

This is intended to fix #400 (closed).

For example the link text "This is why google.com is a good search engine" should not be considered deceptive if it links to another website, just because it contains another domain.

So make sure the whole link text matches against the URL pattern and not some part of it.

I'm open for other ideas how to improve the regexp.

Edited by Jonathan Haas

Merge request reports