diff options
author | Simon Green <mail@simon.green> | 2016-09-15 10:49:50 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2016-09-15 10:49:50 +0200 |
commit | c67b3b303adba379f3625aa88a61d5fb49bd319d (patch) | |
tree | b0bac947454ab03659a93aa778d89ccae2d24e3c /docs | |
parent | a4601960dedb6012dd12e6a6fe47de7fc6af6965 (diff) | |
download | bugzilla-c67b3b303adba379f3625aa88a61d5fb49bd319d.tar.gz bugzilla-c67b3b303adba379f3625aa88a61d5fb49bd319d.tar.xz |
Bug 399066 - Remove the 'cookiedomain' parameter
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/administering/parameters.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index 5835d654f..3b4b42983 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -239,10 +239,6 @@ attachment_base :param:`urlbase` or :param:`sslbase`. That is, a different domain name that resolves to this exact same Bugzilla installation. - Note that if you have set the :param:`cookiedomain` parameter, you should - set :param:`attachment_base` to use a domain that would not be matched by - :param:`cookiedomain`. - For added security, you can insert ``%bugid%`` into the URL, which will be replaced with the ID of the current bug that the attachment is on, when you access an attachment. This will limit attachments to accessing only other @@ -825,15 +821,6 @@ confirmuniqueusermatch Advanced ======== -cookiedomain - Defines the domain for Bugzilla cookies. This is typically left blank. - If there are multiple hostnames that point to the same webserver, which - require the same cookie, then this parameter can be utilized. For - example, If your website is at - ``https://bugzilla.example.com/``, setting this to - :paramval:`.example.com/` will also allow - ``attachments.example.com/`` to access Bugzilla cookies. - inbound_proxies When inbound traffic to Bugzilla goes through a proxy, Bugzilla thinks that the IP address of the proxy is the IP address of every single user. If you |