From e1ae30448712889d22aefba14e0cd678c66dfa01 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 11 May 2024 13:35:23 -0400 Subject: [PATCH] nixified discord settings --- .../modules/fun/config/discord.config.json | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 src/user/modules/gui/modules/fun/config/discord.config.json diff --git a/src/user/modules/gui/modules/fun/config/discord.config.json b/src/user/modules/gui/modules/fun/config/discord.config.json new file mode 100644 index 0000000..3e8d9fa --- /dev/null +++ b/src/user/modules/gui/modules/fun/config/discord.config.json @@ -0,0 +1,82 @@ +{ + "settings": { + "general": { + "menuBar": { + "hide": false + }, + "tray": { + "disable": false + }, + "taskbar": { + "flash": true + }, + "window": { + "transparent": false, + "hideOnClose": false + } + }, + "privacy": { + "blockApi": { + "science": true, + "typingIndicator": false, + "fingerprinting": true + }, + "permissions": { + "video": null, + "audio": true, + "fullscreen": true, + "notifications": null, + "display-capture": true, + "background-sync": false + } + }, + "advanced": { + "csp": { + "enabled": true + }, + "cspThirdParty": { + "spotify": true, + "gif": true, + "hcaptcha": true, + "youtube": true, + "twitter": true, + "twitch": true, + "streamable": true, + "vimeo": true, + "soundcloud": true, + "paypal": true, + "audius": true, + "algolia": true, + "reddit": true, + "googleStorageApi": true + }, + "currentInstance": { + "radio": 0 + }, + "devel": { + "enabled": true + }, + "redirection": { + "warn": true + }, + "optimize": { + "gpu": true + }, + "webApi": { + "webGl": true + }, + "unix": { + "autoscroll": false + } + } + }, + "update": { + "notification": { + "version": "", + "till": "" + } + }, + "screenShareStore": { + "audio": false + } +} \ No newline at end of file