1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

Alphabetical order

This commit is contained in:
Raymond Hill 2021-03-13 09:05:54 -05:00
parent f876b68171
commit 5e5bc24f63
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1261,8 +1261,8 @@ const Parser = class {
Parser.removableHTTPHeaders = Parser.prototype.removableHTTPHeaders = new Set([
'',
'location',
'report-to',
'refresh',
'report-to',
'set-cookie',
]);