Add git.gay as a common source domain (#5968)
* Add git.gay as a common source domain Signed-off-by: Green <dandelions@disroot.org> * prepr --------- Signed-off-by: Green <dandelions@disroot.org> Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,15 @@ import { defineMessage, useVIntl } from '@modrinth/ui'
|
|||||||
import type { Nag, NagContext } from '../../types/nags'
|
import type { Nag, NagContext } from '../../types/nags'
|
||||||
|
|
||||||
export const commonLinkDomains = {
|
export const commonLinkDomains = {
|
||||||
source: ['github.com', 'gitlab.com', 'bitbucket.org', 'codeberg.org', 'git.sr.ht', 'tangled.org'],
|
source: [
|
||||||
|
'github.com',
|
||||||
|
'gitlab.com',
|
||||||
|
'bitbucket.org',
|
||||||
|
'codeberg.org',
|
||||||
|
'git.sr.ht',
|
||||||
|
'tangled.org',
|
||||||
|
'git.gay',
|
||||||
|
],
|
||||||
issues: [
|
issues: [
|
||||||
'github.com',
|
'github.com',
|
||||||
'gitlab.com',
|
'gitlab.com',
|
||||||
@@ -11,6 +19,7 @@ export const commonLinkDomains = {
|
|||||||
'codeberg.org',
|
'codeberg.org',
|
||||||
'docs.google.com',
|
'docs.google.com',
|
||||||
'tangled.org',
|
'tangled.org',
|
||||||
|
'git.gay',
|
||||||
],
|
],
|
||||||
discord: ['discord.gg', 'discord.com', 'dsc.gg'],
|
discord: ['discord.gg', 'discord.com', 'dsc.gg'],
|
||||||
licenseBlocklist: [
|
licenseBlocklist: [
|
||||||
|
|||||||
Reference in New Issue
Block a user