mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-25 04:56:07 -05: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