Blacklist techtribe org, thumbsup reaction (#1386)

Fixes #1353

Tested manually by creating a docker image including the changes.
Running the dev-preview @passbolt command until completion.
(once hitting the github rate limit, once till #1354 happens)

No more problematic interactions show up during load.
This commit is contained in:
Robin van Boven 2019-09-20 11:20:14 +02:00 committed by Dandelion Mané
parent d6bbc939b2
commit d5d00aae5a
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export const BLACKLISTED_IDS: $ReadOnlyArray<ObjectId> = deepFreeze([
"MDEyOk9yZ2FuaXphdGlvbjI5MTkzOTQ=", "MDEyOk9yZ2FuaXphdGlvbjI5MTkzOTQ=",
"MDEyOk9yZ2FuaXphdGlvbjEyNDE3MDI0", "MDEyOk9yZ2FuaXphdGlvbjEyNDE3MDI0",
"MDEyOk9yZ2FuaXphdGlvbjQzMDkzODIw", "MDEyOk9yZ2FuaXphdGlvbjQzMDkzODIw",
"MDEyOk9yZ2FuaXphdGlvbjEyNDk5MDI=", // techtribe
// These are `Bot` nodes that are sometimes referenced in a `User` // These are `Bot` nodes that are sometimes referenced in a `User`
// context: in particular, as the author of a commit. // context: in particular, as the author of a commit.
"MDM6Qm90MjMwNDAwNzY=", // greenkeeper "MDM6Qm90MjMwNDAwNzY=", // greenkeeper
@ -27,4 +28,5 @@ export const BLACKLISTED_IDS: $ReadOnlyArray<ObjectId> = deepFreeze([
"MDg6UmVhY3Rpb24xNTUyODc3OQ==", // https://github.com/quasarframework/quasar/issues/1064 "MDg6UmVhY3Rpb24xNTUyODc3OQ==", // https://github.com/quasarframework/quasar/issues/1064
"MDg6UmVhY3Rpb24xNjA5NDYyOQ==", // https://github.com/quasarframework/quasar/issues/1123#issuecomment-343846259 "MDg6UmVhY3Rpb24xNjA5NDYyOQ==", // https://github.com/quasarframework/quasar/issues/1123#issuecomment-343846259
"MDg6UmVhY3Rpb24xNjIxNTMzNQ==", // https://github.com/quasarframework/quasar/pull/1128#issuecomment-344605228 "MDg6UmVhY3Rpb24xNjIxNTMzNQ==", // https://github.com/quasarframework/quasar/pull/1128#issuecomment-344605228
"MDg6UmVhY3Rpb24xMjIxMTk2Ng==", //https://github.com/passbolt/passbolt_api/issues/19
]); ]);