merge: make trustedDomains persist across reloads (!1174)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1174 Approved-by: Marie <github@yuugi.dev> Approved-by: Hazelnoot <acomputerdog@gmail.com>
This commit is contained in:
commit
7d005876fb
5 changed files with 36 additions and 3 deletions
16
locales/index.d.ts
vendored
16
locales/index.d.ts
vendored
|
|
@ -6005,6 +6005,14 @@ export interface Locale extends ILocale {
|
|||
* New
|
||||
*/
|
||||
"new": string;
|
||||
/**
|
||||
* Throw confetti
|
||||
*/
|
||||
"confetti": string;
|
||||
/**
|
||||
* If enabled, the announcement will display a confetti effect when viewed.
|
||||
*/
|
||||
"confettiDescription": string;
|
||||
};
|
||||
"_initialAccountSetting": {
|
||||
/**
|
||||
|
|
@ -11984,6 +11992,14 @@ export interface Locale extends ILocale {
|
|||
* Separate with spaces for an AND condition or with line breaks for an OR condition. Using surrounding keywords with slashes will turn them into a regular expression. If you write only the domain name, it will be a backward match.
|
||||
*/
|
||||
"trustedLinkUrlPatternsDescription": string;
|
||||
/**
|
||||
* Link to external site warning exclusion list
|
||||
*/
|
||||
"trustedDomainsList": string;
|
||||
/**
|
||||
* Following links to these domains will not show a warning. Write one domain per line.
|
||||
*/
|
||||
"trustedDomainsListDescription": string;
|
||||
/**
|
||||
* Mutuals
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue