You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And don't return the other locales, to reduce data transfer for web-library and zbib
Replace scripts/update-gz in https://github.com/zotero/zotero-schema/ with a (Python?) script that pre-generates a whole bunch of gzipped files, one for each locale
Add a hard-coded list of known locales in .htaccess, falling back to the full file
The text was updated successfully, but these errors were encountered:
# Force proxies to cache gzipped & non-gzipped schema file separately
Header append Vary Accept-Encoding
# CORS
Header set Access-Control-Allow-Origin "*"
</Files>
We only make gzipped requests from our own software (and if we notice someone else not doing that, we should probably tell them to), so we probably don't need to worry about the locale parameter for non-gzipped requests — it can just return the regular JSON file.
And don't return the other locales, to reduce data transfer for web-library and zbib
scripts/update-gz
in https://github.com/zotero/zotero-schema/ with a (Python?) script that pre-generates a whole bunch of gzipped files, one for each localeThe text was updated successfully, but these errors were encountered: