This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit ff2a62ed3f55154304440130f1d80d7f4c8d0ec2 Author: Zoran Regvart <[email protected]> AuthorDate: Thu Apr 28 13:16:48 2022 +0200 chore: add tracking DNT resource In accordance with https://www.w3.org/TR/tracking-dnt/. --- static/.well-known/dnt/.htaccess | 2 ++ static/.well-known/dnt/index.dnt | 1 + 2 files changed, 3 insertions(+) diff --git a/static/.well-known/dnt/.htaccess b/static/.well-known/dnt/.htaccess new file mode 100644 index 00000000..b3bef3c2 --- /dev/null +++ b/static/.well-known/dnt/.htaccess @@ -0,0 +1,2 @@ +DirectoryIndex index.dnt +ForceType application/tracking-status+json diff --git a/static/.well-known/dnt/index.dnt b/static/.well-known/dnt/index.dnt new file mode 100644 index 00000000..12060007 --- /dev/null +++ b/static/.well-known/dnt/index.dnt @@ -0,0 +1 @@ +{"tracking":"N","policy":"https://privacy.apache.org/policies/privacy-policy-public.html"}
