Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Implement IDNA support for Lists #29

Merged
merged 2 commits into from
Mar 20, 2020
Merged

Implement IDNA support for Lists #29

merged 2 commits into from
Mar 20, 2020

Conversation

c-mueller
Copy link
Owner

Resolves #28

Before passing processing URLs using the Ascii regex, they get passed through an IDNA decoder converting domains like mähl.de to 'xn--mhl-qla.de' making it conform to the regex and ready for blocking.

@codecov
Copy link

codecov bot commented Mar 20, 2020

Codecov Report

Merging #29 into master will decrease coverage by 0.24%.
The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   60.62%   60.38%   -0.25%     
==========================================
  Files           8        8              
  Lines         513      525      +12     
==========================================
+ Hits          311      317       +6     
- Misses        172      175       +3     
- Partials       30       33       +3
Impacted Files Coverage Δ
list_map_handler.go 73.13% <50%> (-1.47%) ⬇️
setup_parse.go 55.46% <60%> (-0.4%) ⬇️

@c-mueller c-mueller merged commit 3b1ded4 into master Mar 20, 2020
@c-mueller c-mueller deleted the idna-support branch March 20, 2020 19:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support non-ASCII domain names
1 participant