summaryrefslogtreecommitdiff
path: root/doc/source/config.rst (follow)
AgeCommit message (Collapse)Author
2018-01-12Add an ugly hack to our parser to make the writing of configuration rules ↵jvoisin
more obvious.
2018-01-12Massive overhaul of the documentationjvoisin
2018-01-12Improve a bit the documentationjvoisin
2018-01-10Rework the priority of bl/wl in evaljvoisin
2018-01-10Eval whitelistjvoisin
Implement whitelist in eval
2018-01-04Eval blacklistjvoisin
Add support for eval filtering, only blacklist for now
2017-12-21Fix a typo in the documentationjvoisin
2017-12-21Improve a bit the documentation wrt. limitationsjvoisin
2017-12-20Better parsing of the rulesxXx-caillou-xXx
Thanks to this huge commit from @xXx-caillou-xXx, we can now write amazingly flexible rules.
2017-11-28Fix a link in the documentationjvoisin
2017-11-24Add a small bla about user-agent and encryptionjvoisin
This should close #70
2017-11-24Implement anti csrf measuresxXx-caillou-xXx
This is done by using the "samesite" cookie attribute.
2017-11-12Improve a bit the filter-related documentationjvoisin
2017-10-23Implement the .line filterjvoisin
Close #48
2017-10-20Add support for multiple files in sp.configuration_file directiveblotus
This should close (#45
2017-10-11s/disable_functions/disable_function/gjvoisin
This should close #36 and #30
2017-10-10Add a link to a new article, and fix a warn in the docjvoisin
2017-10-08Grammar/Punctuation changes (#29)Connor Carr
2017-10-02Update the documentation accordinglyjvoisin
2017-10-01Fix some typos (courtesy of @sabban) and mention tests in the ↵jvoisin
CONTRIBUTING.md file
2017-09-28Improve the documentation wrt. installationjvoisin
Thanks to @real for finding this.
2017-09-26Update a bit the configurationjvoisin
2017-09-26Implement, test and document namespace supportjvoisin
2017-09-20Initial importSebastien Blot