diff --git a/src/mobx/stores/helpers/SSecurity.ts b/src/mobx/stores/helpers/SSecurity.ts index 0fce7f937..727ae96de 100644 --- a/src/mobx/stores/helpers/SSecurity.ts +++ b/src/mobx/stores/helpers/SSecurity.ts @@ -2,7 +2,7 @@ import { makeAutoObservable, computed, action } from "mobx"; import Settings from "../Settings"; -const TRUSTED_DOMAINS = ["revolt.chat", "revolt.wtf", "gifbox.me", "rvlt.gg"]; +const TRUSTED_DOMAINS = ["revolt.chat", "revolt.wtf", "gifbox.me", "rvlt.gg", "google.com", "youtube.com","en.wikipedia.org", "wikipedia.org", "duckduckgo.com", "github.com", "codeberg.org"]; /** * Helper class for changing security options.