Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: abp/filters/parser.py

Issue 29808596: Issue 6748 - Implement rewrite support in python-abp (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Created June 15, 2018, 10:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/test_parser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: abp/filters/parser.py
===================================================================
--- a/abp/filters/parser.py
+++ b/abp/filters/parser.py
@@ -101,6 +101,7 @@
SITEKEY = 'sitekey'
DONOTTRACK = 'donottrack'
CSP = 'csp'
+ REWRITE = 'rewrite'
def _line_type(name, field_names, format_string):
« no previous file with comments | « no previous file | tests/test_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld