Skip to content

Commit e05df88

Browse files
authored
Add x-hoverxref-version to CORS
This should fix hoverxref
1 parent 58c82ed commit e05df88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/settings/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ def DOCKER_LIMITS(self):
669669
'accept',
670670
'origin',
671671
'authorization',
672+
'x-hoverxref-version',
672673
'x-csrftoken'
673674
)
674675
# Additional protection to allow only idempotent methods.

0 commit comments

Comments
 (0)