FiltersCompiler
FiltersCompiler copied to clipboard
Transform unicode domain names to punycode on filters compilation
@ameshkov commented on Mon Apr 10 2017
We currently do these transformations in the programs code. I guess it'd be easier for devs if these transformations were done on the server side.
@Alex-302 commented on Tue Apr 11 2017
Can we add unicode domains to the filters?
@ameshkov commented on Fri Apr 14 2017
Can we add unicode domains to the filters?
Yep, what I want to be done is automatically transform them to punycode on the server side.
@Alex-302 commented on Fri Apr 14 2017
ok, got it.