You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
It seems that the code is matching Unicode regex against IDNA-encoded domain/URL. Unfortunately, that can't be done (cleanly at least), because urlparse/urlunparse does not work with regexps. In the same manner, IDNA-encoding a regexp does not have the result you want, e.g.:
I didn't write the code for the test coverage and if you don't need them, just disable them by setting check_coverage to false (it's false by default).
I'll change the sample config for the coverage tests to be turned off (as it should be).
This Travis build, called from EFForg/https-everywhere#3726, triggers an error which shouldn't really be triggered.
The text was updated successfully, but these errors were encountered: