Isso v0.12.6 Release Notes
Release Date: 2022-03-06 // over 2 years ago-
💅 Serve isso.css separately to avoid
style-src: unsafe-inline
CSP and allow clients to override fetch location (#704, ix5): data-isso-css-url="https://comments.example.org/css/isso.css"🆕 New "samesite" option in [server] section to override SameSite header for cookies. (#700, ix5)
Fallback for SameSite header depending on whether host is served over https or http (#700, ix5)
Have client read out shared settings from server. (#311, pellenilsson) This affects these settings for which
data-isso-*
values will be ignored:[general] reply-notifications gravatar [guard] reply-to-self require-author require-email
👌 Improved detection of browser-supplied language preferences (#521) Isso will now honor the newer
navigator.languages
global property as well asnavigator.language
andnavigator.userLanguage
. There is a new configuration propertydata-isso-default-lang
that specifies the language to use (instead of English) when none of these is available. (The existingdata-isso-lang
overrides browser-supplied language preferences.)Remove
ISSO_CORS_ORIGIN
environ variable, which never worked at all (#803, ix5)
Previous changes from v0.12.5
-
- 🔧 Don't ignore missing configuration files. (Jelmer Vernooij)