Replace SiteConfig with Settings::General in the comments (#20066)
This commit is contained in:
parent
1084179579
commit
d6a273146b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module Middlewares
|
||||
# Since we must explicitly set the cookie domain in session_store before SiteConfig is available,
|
||||
# this ensures we properly set the cookie to SiteConfig.app_domain at runtime.
|
||||
# Since we must explicitly set the cookie domain in session_store before Settings::General is available,
|
||||
# this ensures we properly set the cookie to Settings::General.app_domain at runtime.
|
||||
class SetCookieDomain
|
||||
def initialize(app)
|
||||
@app = app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue