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

Unified Diff: abp/filters/parser.py

Issue 29851654: Issue 6850 - Remove generation of checksums (Closed) Base URL: https://hg.adblockplus.org/python-abp/
Patch Set: Remove checksum documentation from the README Created Aug. 9, 2018, 10:05 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
« README.md ('K') | « README.md ('k') | abp/filters/renderer.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
@@ -141,7 +141,7 @@
METADATA_REGEXP = re.compile(r'!\s*(\w+)\s*:\s*(.*)')
-METADATA_KEYS = {'Homepage', 'Title', 'Expires', 'Checksum', 'Redirect',
+METADATA_KEYS = {'Homepage', 'Title', 'Expires', 'Redirect',
'Version'}
INCLUDE_REGEXP = re.compile(r'%include\s+(.+)%')
HEADER_REGEXP = re.compile(r'\[(Adblock(?:\s*Plus\s*[\d\.]+?)?)\]', flags=re.I)
« README.md ('K') | « README.md ('k') | abp/filters/renderer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld