Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linting | Yuchen Pei | 2022-04-07 | 1 | -9/+9 |
| | | | | | - eslint - also adding eslintrc | ||||
* | nop whitespace formatting change. | Yuchen Pei | 2022-04-07 | 1 | -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. | hackademix | 2019-03-13 | 1 | -5/+44 |
| | |||||
* | Correctly decode using the original document charset and force re-encoding ↵ | hackademix | 2019-03-11 | 1 | -17/+1 |
| | | | | via UTF-8 BOM only when needed. | ||||
* | Broader detection of UTF-8 encoding in responses. | hackademix | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | Refactor and fix HTTP response filtering to touch only scripts, either ↵ | hackademix | 2018-07-17 | 1 | -0/+82 |
external or embedded inside HTML documents and sub-documents. |