Skip to content

Commit f3f444f

Browse files
committed
fix(sftkit): expose content-range http header in cors
1 parent 2d66ae4 commit f3f444f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sftkit/sftkit/http/_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def __init__(self, title: str, config: HTTPServerConfig, version: str, license_n
7474
allow_credentials=True,
7575
allow_methods=["*"],
7676
allow_headers=["*"],
77+
expose_headers=["Content-Range"],
7778
)
7879

7980
forward_allowed_ips = None

0 commit comments

Comments
 (0)