Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ae202dd5
Commit
ae202dd5
authored
Apr 08, 2016
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CR nits
parent
f20f8959
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/envs/aws.py
+1
-1
lms/envs/common.py
+1
-1
No files found.
lms/envs/aws.py
View file @
ae202dd5
...
...
@@ -349,7 +349,7 @@ FOOTER_BROWSER_CACHE_MAX_AGE = ENV_TOKENS.get('FOOTER_BROWSER_CACHE_MAX_AGE', FO
NOTIFICATION_EMAIL_CSS
=
ENV_TOKENS
.
get
(
'NOTIFICATION_EMAIL_CSS'
,
NOTIFICATION_EMAIL_CSS
)
NOTIFICATION_EMAIL_EDX_LOGO
=
ENV_TOKENS
.
get
(
'NOTIFICATION_EMAIL_EDX_LOGO'
,
NOTIFICATION_EMAIL_EDX_LOGO
)
# Determines whether the CSRF toke can be transported on
# Determines whether the CSRF toke
n
can be transported on
# unencrypted channels. It is set to False here for backward compatibility,
# but it is highly recommended that this is True for enviroments accessed
# by end users.
...
...
lms/envs/common.py
View file @
ae202dd5
...
...
@@ -2022,7 +2022,7 @@ MIGRATION_MODULES = {
# Forwards-compatibility with Django 1.7
CSRF_COOKIE_AGE
=
60
*
60
*
24
*
7
*
52
# It is highly recommended that you override this
any enviro
ment accessed by
# It is highly recommended that you override this
in any environ
ment accessed by
# end users
CSRF_COOKIE_SECURE
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment