diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/administering/parameters.rst | 9 | ||||
-rw-r--r-- | docs/en/rst/api/core/v1/bugzilla.rst | 2 |
2 files changed, 0 insertions, 11 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index f040bcfc6..974e7a16d 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -40,15 +40,6 @@ sslbase the :param:`sslbase` should be set to :paramval:`https://www.foo.com/bugzilla/`. -cookiepath - Defines a path, relative to the web document root, that Bugzilla - cookies will be restricted to. For example, if the - :param:`urlbase` is set to - :file:`http://www.foo.com/bugzilla/`, the - :param:`cookiepath` should be set to - :paramval:`/bugzilla/`. Setting it to :paramval:`/` will allow all sites - served by this web server or virtual host to read Bugzilla cookies. - .. _param-general: General diff --git a/docs/en/rst/api/core/v1/bugzilla.rst b/docs/en/rst/api/core/v1/bugzilla.rst index c2458bd0f..5aca556ec 100644 --- a/docs/en/rst/api/core/v1/bugzilla.rst +++ b/docs/en/rst/api/core/v1/bugzilla.rst @@ -171,7 +171,6 @@ Example response for authenticated user: "attachment_base" : "http://bugzilla.example.com/", "commentonchange_resolution" : "0", "commentonduplicate" : "0", - "cookiepath" : "/", "createemailregexp" : ".*", "defaultopsys" : "", "defaultplatform" : "", @@ -209,7 +208,6 @@ A logged-in user can access the following parameters (listed alphabetically): * attachment_base * commentonchange_resolution * commentonduplicate -* cookiepath * defaultopsys * defaultplatform * defaultpriority |