From ce5b284e3c3328fe435e8bb2ed8a29dceb44c8b0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 01 2015 08:49:03 +0000 Subject: Specify that different domains means not using a sub-domain --- diff --git a/files/pagure.cfg.sample b/files/pagure.cfg.sample index 2f80884..eac4a9e 100644 --- a/files/pagure.cfg.sample +++ b/files/pagure.cfg.sample @@ -32,7 +32,7 @@ SALT_EMAIL = '' APP_URL = 'https://pagure.io/' ### The URL at which the documentation of projects will be available ## This should be in a different domain to avoid XSS issues since we want -## to allow raw html to be displayed. +## to allow raw html to be displayed (different domain, ie not a sub-domain). DOC_APP_URL = 'https://docs.pagure.org' ### The URL to use to clone git repositories.