mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 21:43:52 -05:00
accesabble != accessible
This commit is contained in:
parent
8ca962b734
commit
1ddf95e746
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ module.exports =
|
||||||
siteUrl : siteUrl = 'http://localhost:3000'
|
siteUrl : siteUrl = 'http://localhost:3000'
|
||||||
|
|
||||||
# cookie domain
|
# cookie domain
|
||||||
# use full domain for cookies to only be accesabble from that domain,
|
# use full domain for cookies to only be accessible from that domain,
|
||||||
# replace subdomain with dot to have them accessable on all subdomains
|
# replace subdomain with dot to have them accessible on all subdomains
|
||||||
# cookieDomain: ".sharelatex.dev"
|
# cookieDomain: ".sharelatex.dev"
|
||||||
cookieName:"sharelatex.sid"
|
cookieName:"sharelatex.sid"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue