Deploy 8a7ee32
Diff: fly/v16...fly/v20
- Fix
find
filter. - Disable
X-XSS-Protection
as it is considered unsafe nowadays. - Fix looking up YouTube @username URLs.
- Upgrade gems.
- Revert "Stop selecting the feed URL so much. Only select it when the Copy button is clicked."
- Update dark mode code. Make it usable when localStorage is not available (e.g. in iframes).
- Allow a default theme to be specified by adding a URL query string parameter:
&theme=dark
or&theme=light
. Default is to auto-detect. - Fix YouTube username lookup.
- Upgrade gems.
- Update nginx configuration.
- Install libyaml-devel.
- Work around issue with /var/log/nginx/healthd not existing.
- Fix dark mode checkbox shift-click in Firefox.
- EB: Ruby 3.2 on Amazon Linux 2023
- Support new svtplay.se URL format.
- countdown: accurately count down to dates that are more than 24 days in the future. weird
- countdown: use
font-variant-numeric: tabular-nums;
for a nicer looking countdown. - countdown: modernize
- twitch-embed: modernize
- Fix the
tz
element making the button square (i.e. not rounded on the right side) because it is not the last element anymore. - Upgrade to bootstrap v5.3.2 which has a much improved dark mode.
substr
->substring
- Update gems.