Skip to content

Commit 4dc9aa4

Browse files
committed
Allowing X-OCL-CLIENT header in CORS
1 parent a0ccbf6 commit 4dc9aa4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
CORS_ALLOW_HEADERS = default_headers + (
5555
'INCLUDEFACETS',
5656
'INCLUDESEARCHSTATS',
57-
'INCLUDESEARCHLATEST'
57+
'INCLUDESEARCHLATEST',
58+
'X-OCL-CLIENT'
5859
)
5960

6061
CORS_EXPOSE_HEADERS = (

0 commit comments

Comments
 (0)