diff options
Diffstat (limited to 'ext/fetch/20_headers.js')
-rw-r--r-- | ext/fetch/20_headers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/20_headers.js b/ext/fetch/20_headers.js index 5243c5029..ae32aec11 100644 --- a/ext/fetch/20_headers.js +++ b/ext/fetch/20_headers.js @@ -88,7 +88,7 @@ // Regex matching illegal chars in a header value // deno-lint-ignore no-control-regex - const ILLEGAL_VALUE_CHARS = /[\x00\x0A\x0D]/g; + const ILLEGAL_VALUE_CHARS = /[\x00\x0A\x0D]/; /** * https://fetch.spec.whatwg.org/#concept-headers-append |