summaryrefslogtreecommitdiff
path: root/searx/https_rewrite.py
AgeCommit message (Collapse)Author
2014-12-19[mod][fix] https rewrite refactor ++ fixesAdam Tauber
2014-10-19print error if https rewrite directory is not found, #116Thomas Pointhuber
2014-10-19[fix] pep8 compatibilityAdam Tauber
2014-10-15improve https rewrite codeThomas Pointhuber
2014-10-15Implementing https rewrite support #71Thomas Pointhuber
* parsing XML-Files which contain target, exclusions and rules * convert regex if required (is a little hack, probably does not work for all rules) * check if target rule apply for http url, and use the rules to rewrite it * add pice of code, to check if domain name has not changed during rewrite (should be rewritten, using publicsuffix instead of little hack)
2014-06-24[enh] https rewrite basicsAdam Tauber