diff --git a/takahe/settings.py b/takahe/settings.py index d41afc2..58a8730 100644 --- a/takahe/settings.py +++ b/takahe/settings.py @@ -324,6 +324,7 @@ CORS_ORIGIN_ALLOW_ALL = True # Temporary CORS_ORIGIN_WHITELIST = SETUP.CORS_HOSTS CORS_ALLOW_CREDENTIALS = True CORS_PREFLIGHT_MAX_AGE = 604800 +CORS_EXPOSE_HEADERS = ("link",) JSONLD_MAX_SIZE = 1024 * 50 # 50 KB