Skip to content

Commit

Permalink
Set itunes:block to "Yes" to prevent feeds
Browse files Browse the repository at this point in the history
This should help people from making dumb mistakes like adding these to global podcast directories.
  • Loading branch information
bcomnes committed Dec 5, 2022
1 parent e5f1c9e commit 83ba669
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes/api/feeds/_feed/get-feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export async function getFeed (fastify, opts) {
avatar: getFeedImageUrl({ transport, host, imageUrl: pf.image_url })
},
_itunes: {
explicit: pf.explicit
explicit: pf.explicit,
block: true
},
_breadcrum: {
default_feed: pf.default_feed
Expand Down

0 comments on commit 83ba669

Please sign in to comment.