Cloudflare worker error (sg_worker)
-
sg_worker worker will throw an error if accept is not present in the request header
if( ( !accept && !( accept.includes('text/html') || accept.includes('*/*') ) ) || requestURL.pathname.match(/^(?:\/wp-admin\/)/g) ) { bypassCache = true; }!accept &&should beaccept &&
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Cloudflare worker error (sg_worker)’ is closed to new replies.