Skip to content

Commit

Permalink
Block some non-kittens
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Nov 10, 2023
1 parent 7414d3b commit 2e058ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kittens.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ const flickrBlockedIds = new Set([
'32885627128', // https://www.flickr.com/photos/153584064@N07/32885627128
'48944060348', // https://www.flickr.com/photos/75885098@N05/48944060348
'49186129532', // https://www.flickr.com/photos/14056438@N08/49186129532
'52462827519', // https://www.flickr.com/photos/72616463@N00/52462827519
'52463011905', // https://www.flickr.com/photos/72616463@N00/52463011905
]);

const flickrBlockedOwners = new Set([
'14056438@N08', // mistagged photos
'72616463@N00', // gory photos
]);

/**
Expand Down

0 comments on commit 2e058ba

Please sign in to comment.