Allow host name fuzzy matching for Compatibility URLs #680
Conversation
|
@christophertino my only suggestion here is that we make this more strict so that fuzzy matching only works before a |
|
Agree with @jsignanini. I'll update Midnight PR accordingly. |
|
@jsignanini if we keep the syntax as is and instead just add the rules as |
|
@fcjr I'd rather be safe than sorry, patterns could be incorrectly introduced quite easily, and I don't really see a valid use-case for a catch-all that doesn't get restricted to sub-domains. |
|
Looks good. Can be merged once Travis CI is over. |
Updates
fuzzyUrlMatcher()to allow host name fuzzy matches from the Compatibility DB. A compatibility entry for*atlassian.netshould allowghostery.atlassian.net. This will also allow host and path fuzzy matches, i.e.*atlassian.net/page*.