Skip to content

Commit

Permalink
libresilient: do not copy redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 19, 2024
1 parent c141af4 commit 14cdd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ let initFromRequest = (req) => {
//mode: req.mode, TODO: commented out because mode: navigate is haram in service worker, it seems
//credentials: req.credentials, TODO: commented out because credentials: "include" is haram if the Access-Control-Allow-Origin header is '*'
cache: req.cache,
redirect: req.redirect,
//redirect: req.redirect, // commented out in attempt to fix <https://gitlab.com/rysiekpl/libresilient/-/issues/85>
referrer: req.referrer,
integrity: req.integrity
}
Expand Down

0 comments on commit 14cdd83

Please sign in to comment.