aboutsummaryrefslogtreecommitdiff
path: root/bg/ResponseMetaData.js
Commit message (Collapse)AuthorAgeFilesLines
* nop whitespace formatting change.Yuchen Pei2022-04-071-3/+3
| | | | | | | | - ran eglot-format using typescript-language-server on all js files in the repo except those under /hash_script/ - verify only whitespace changed: git diff --word-diff-regex=. 62d6a71 62d6a71~1
* Sniffing of charset in <meta> tags and BOM.hackademix2019-03-131-5/+44
|
* Correctly decode using the original document charset and force re-encoding ↵hackademix2019-03-111-17/+1
| | | | via UTF-8 BOM only when needed.
* Broader detection of UTF-8 encoding in responses.hackademix2018-08-011-1/+1
|
* Refactor and fix HTTP response filtering to touch only scripts, either ↵hackademix2018-07-171-0/+82
external or embedded inside HTML documents and sub-documents.