Chrome really wants the scheme here.
This commit is contained in:
parent
facc6b217c
commit
d5278b1d7b
2 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@ openid_template = {username}.id.fedoraproject.org
|
|||
# This can be wide-open. read-only, we don't care as much about.
|
||||
cors_origins_ro = *
|
||||
# This should be more locked down to avoid cross-site request forgery.
|
||||
cors_origins_rw = bodhi.fedoraproject.org
|
||||
cors_origins_rw = https://bodhi.fedoraproject.org
|
||||
cors_connect_src = https://*.fedoraproject.org/ wss://hub.fedoraproject.org:9939/
|
||||
|
||||
|
||||
|
|
|
@ -359,7 +359,7 @@ openid_template = {username}.id.fedoraproject.org
|
|||
# This can be wide-open. read-only, we don't care as much about.
|
||||
cors_origins_ro = *
|
||||
# This should be more locked down to avoid cross-site request forgery.
|
||||
cors_origins_rw = bodhi.stg.fedoraproject.org
|
||||
cors_origins_rw = https://bodhi.stg.fedoraproject.org
|
||||
cors_connect_src = https://*.fedoraproject.org/ wss://hub.fedoraproject.org:9939/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue