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

Treat http|https and www.site.com|site.com as dupes #75

Open
Nick-us opened this issue Aug 18, 2018 · 2 comments
Open

Treat http|https and www.site.com|site.com as dupes #75

Nick-us opened this issue Aug 18, 2018 · 2 comments
Labels

Comments

@Nick-us
Copy link

Nick-us commented Aug 18, 2018

http://site.com/
https://site.com/
http://www.site.com/
https://www.site.com/

The Sites mentioned above, they are duplicates. But the program does not recognize that.

@vaeth
Copy link
Owner

vaeth commented Aug 19, 2018

This is intentional, because there are cases where such sites differ.
If you want to have the above considered as duplicates, enable expert mode and switch all rules except for the rules 7 (replace ^http: by https) and 8 (replace ^([^:]*://)www?\d*\. by $1) to "off". (The latter rule will actually consider also e.g. http://www2.site.com or https://www70.site.com as duplicate; if you do not want that, remove the \d* part.)

@vaeth vaeth changed the title Small failure Consider http|https and www.site.com|site.com are dupes Aug 19, 2018
@vaeth vaeth changed the title Consider http|https and www.site.com|site.com are dupes Treat http|https and www.site.com|site.com as dupes Aug 19, 2018
@Nick-us
Copy link
Author

Nick-us commented Aug 29, 2018

Perfect, Excellent! That is why this extension is the maximum. I like these advanced rules, this gives the user the freedom to decide what is or is not duplicated. Congratulations on the work!

Just to help other people. I also added 2 more rules before the rule 9. All others I disabled
^http://www. by http://
^https://www. by https://

Problem solved!

@vaeth vaeth added the question label Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants