Automatically apply RSA patch

This commit is contained in:
Thoronium
2023-02-27 17:15:21 -07:00
committed by GitHub
parent 55fa0a8d3c
commit 62a97d86cb
23 changed files with 184 additions and 468 deletions

View File

@@ -20,7 +20,7 @@ let defaultConfig: Configuration
theme: 'default',
https_enabled: false,
debug_enabled: false,
patch_metadata: false,
patch_rsa: true,
use_internal_proxy: true,
wipe_login: false,
horny_mode: false,
@@ -46,7 +46,7 @@ export interface Configuration {
theme: string
https_enabled: boolean
debug_enabled: boolean
patch_metadata: boolean
patch_rsa: boolean
use_internal_proxy: boolean
wipe_login: boolean
horny_mode: boolean