https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31571 Bug ID: 31571 Summary: CORS header needs more flexibility Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org In order to have several domains allowed for the Access-Control-Allow-Origin we need to: * Allow the AccessControlAllowOrigin syspref to take several values * On the controllers code, we should check Origin on each request against the defined values and return the right value on the header. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.