Hello!
first of all - I am an integrator, not a developer, so quite a beginner in using Workers!
I want to add http security headers to my webpage and found the following Workers code: https://developers.cloudflare.com/workers/examples/security-headers
I added a new Worker with that code (unchanged, except value of “X-Frame-Options” set to SAMEORIGIN.
I also added a route with the pattern .ph-internet.de/ and chose the newly created Worker as the service and “production” as environment.
I also purged the cache, but when inspecting the headers, they don’t appear.
Any idea, how I get this working / debugged?
Thanks in advance for any help!
Cheers Peter