Commit 839a483
authored
Fix RSS validation: update itunes:explicit format to boolean (#3432)
* Fix RSS validation: update itunes:explicit format to boolean
Changes 'itunes:explicit' value from 'yes'/'no' to 'true'/'false'
to comply with current iTunes/Apple Podcasts requirements.
Fixes #2982
* Fix RSS encoded URL 404 by deferring static file serving
Adds 'defer: true' to koa-static configuration to allow dynamic routes
(like /$/rss/:claimName/:claimId) to be matched before static files.
This fixes RSS feed validators returning 404 HTML instead of XML
when accessing URLs with encoded characters (e.g., spaces as %20).
Part of #29821 parent 8ddaa9c commit 839a483
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments