sergiodxa / remix-utils

A set of utility functions and types to use with Remix.run
https://sergiodxa.github.io/remix-utils/
MIT License
2.06k stars 116 forks source link

Sec-fetch headers testing for incorrect header name #354

Open wolthers opened 4 months ago

wolthers commented 4 months ago

Describe the bug

Header tested for is SeT- intead of SeC-

https://github.com/sergiodxa/remix-utils/blob/2669e9af58afc2fd28dc89914fc7db7757f5da64/src/server/sec-fetch.ts#L71 https://github.com/sergiodxa/remix-utils/blob/2669e9af58afc2fd28dc89914fc7db7757f5da64/src/server/sec-fetch.ts#L92 https://github.com/sergiodxa/remix-utils/blob/2669e9af58afc2fd28dc89914fc7db7757f5da64/src/server/sec-fetch.ts#L108

Your Example Website or App

.

Steps to Reproduce the Bug or Issue

.

Expected behavior

.

Screenshots or Videos

No response

Platform

.

Additional context

No response