In my app I need to register service-worker for push notifications. Service worker file is hosted on my server and this header is set:
service-worker-allowed: /
However using App Proxy Cloudflare is removing that header so I am unable to register service-worker with root scope. Is there any way to set this header on Cloudlfare proxy?