Skip to content

Commit

Permalink
referer modified
Browse files Browse the repository at this point in the history
  • Loading branch information
3Kmfi6HP committed Aug 10, 2023
1 parent b26f263 commit 4ca093b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default {
newHeaders.set('cf-connecting-ip', newHeaders.get('x-forwarded-for') || newHeaders.get('cf-connecting-ip'));
newHeaders.set('x-forwarded-for', newHeaders.get('cf-connecting-ip'));
newHeaders.set('x-real-ip', newHeaders.get('cf-connecting-ip'));
newHeaders.set('x-forwarded-proto', newHeaders.get('x-forwarded-proto') || 'https');
newHeaders.set('referer', 'https://www.google.com/q=edtunnel');
request = new Request(url, {
method: request.method,
headers: newHeaders,
Expand Down

0 comments on commit 4ca093b

Please sign in to comment.