mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-10 23:52:01 -05:00
This commit adds the `X-Content-Type-Options`, `X-Frame-Options` and `Referrer-Policy` headers to the web deployment of FeedDeck via the `_headers` file. See https://developers.cloudflare.com/pages/configuration/headers/
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
/*
|
|
X-Content-Type-Options: nosniff
|
|
X-Frame-Options: DENY
|
|
Referrer-Policy: no-referrer
|