# HG changeset patch # User bsw # Date 1603706813 -3600 # Node ID 408e4b1d5234fcc92ce0fd33c523c333cdd80757 # Parent 7e2e6412b40ec727638d5f11034622ecd574cce7 Added todo on allowing cors requests for api module diff -r 7e2e6412b40e -r 408e4b1d5234 app/main/http_options.lua --- a/app/main/http_options.lua Thu Oct 22 11:59:07 2020 +0200 +++ b/app/main/http_options.lua Mon Oct 26 11:06:53 2020 +0100 @@ -3,6 +3,7 @@ return end +-- TODO allow cors requests on api module? if request.get_module() == "oauth2" and (request.get_view() == "session" or request.get_view() == "validate") then