sergiodxa/remix-utils

Sec-fetch headers testing for incorrect header name

wolthers opened this issue · 0 comments

Describe the bug

Header tested for is SeT- intead of SeC-

let headers = getHeaders(input).get("Set-Fetch-Mode");

let headers = getHeaders(input).get("Set-Fetch-Site");

let headers = getHeaders(input).get("Set-Fetch-User");

Your Example Website or App

.

Steps to Reproduce the Bug or Issue

.

Expected behavior

.

Screenshots or Videos

No response

Platform

.

Additional context

No response