Original request: https://sourceforge.net/p/forge/feature-requests/426/
May need .ini settings if this is something that some sites would want and not others.
.ini
Closed #821. ib/7927
ib/7927
QA instructions:
/auth/oauth
Local notes:
cors.enabled
cors.methods
cors.headers
development.ini
Allura/allura/controllers/rest.py
#if not testing and request.scheme != 'https': #request.environ['pylons.status_code_redirect'] = True #raise exc.HTTPForbidden
Sandbox notes:
production.ini
/etc/httpd/conf.d/allura-venv.conf
WSGIPassAuthorization On
Found two minor issues with the cache setting, and fixed them. Also added another test to assert a tricky attack vector stays closed.
Log in to post a comment.
Closed #821.
ib/7927
QA instructions:
/auth/oauth
Local notes:
cors.enabled
,cors.methods
andcors.headers
indevelopment.ini
Allura/allura/controllers/rest.py
Sandbox notes:
cors.enabled
,cors.methods
andcors.headers
toproduction.ini
/etc/httpd/conf.d/allura-venv.conf
Last edit: Igor Bondarenko 2015-07-17
Found two minor issues with the cache setting, and fixed them. Also added another test to assert a tricky attack vector stays closed.