mirror of https://github.com/gorhill/uBlock.git
Alphabetical order
This commit is contained in:
parent
f876b68171
commit
5e5bc24f63
|
@ -1261,8 +1261,8 @@ const Parser = class {
|
||||||
Parser.removableHTTPHeaders = Parser.prototype.removableHTTPHeaders = new Set([
|
Parser.removableHTTPHeaders = Parser.prototype.removableHTTPHeaders = new Set([
|
||||||
'',
|
'',
|
||||||
'location',
|
'location',
|
||||||
'report-to',
|
|
||||||
'refresh',
|
'refresh',
|
||||||
|
'report-to',
|
||||||
'set-cookie',
|
'set-cookie',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue