Created
September 26, 2018 09:52
-
-
Save Jim-Holmstroem/7a98c9df268b5e4e46399b710686d7bf to your computer and use it in GitHub Desktop.
CloudFlare identity worker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
addEventListener('fetch', event => { | |
event.respondWith( | |
fetch(event.request.url, event.request) | |
) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment