TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

Preserved domains need to be lower case transformed #95

Closed TechnikEmpire closed 7 years ago

TechnikEmpire commented 8 years ago

In recent commit, preserved domains were transformed to upper case and stored, because all unordered_maps and sets were made to use new equality and hash operators. Those have been rolled back (to be committed), and now these anchored domains need to be transformed to lower, not upper.

Not doing this causes failure to match domains correctly.

TechnikEmpire commented 7 years ago

No longer an issue now that all filtering is externalized.