Update SSecurity.ts

pull/1139/head
Ashley :3 2025-08-25 15:04:47 +03:00 committed by GitHub
parent 9d82873d2a
commit 93ea5d8e46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.