This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit 4ded20c09a95c4fa4a11488254a2fdf8c7ea73bf Author: Guillermo Cruz <[email protected]> AuthorDate: Thu May 25 08:54:27 2023 -0600 [#8511] updated Referrer-Policy header directive --- Allura/development.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Allura/development.ini b/Allura/development.ini index 20fe654d7..7e3850d50 100644 --- a/Allura/development.ini +++ b/Allura/development.ini @@ -357,7 +357,7 @@ features_policies = microphone 'none'; geolocation 'none'; camera 'none'; paymen permissions_policies = microphone=(), geolocation=(), camera=(), payment=(), document-domain=(), display-capture=(), autoplay=() ; Referrer Policy -referrer_policy = 'origin' +referrer_policy = 'same-origin' ; SCM settings for local development ; If you set up services for Git, SVN, or Hg that run on https://, ssh://, git:// etc, you can show corresponding
