mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:46:39 -04:00
security header post typo
This commit is contained in:
@ -48,7 +48,7 @@ addEventListener("fetch", event => {
|
||||
event.respondWith(fetchAndApply(event.request))
|
||||
})
|
||||
|
||||
async function fetchAndApply(req) {
|
||||
async function fetchAndApply(request) {
|
||||
// Fetch the original page from the origin
|
||||
let response = await fetch(request)
|
||||
|
||||
|
Reference in New Issue
Block a user