mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Kill unsafe require
This commit is contained in:
parent
98cfa090d4
commit
7e526e4172
3 changed files with 0 additions and 18 deletions
|
@ -111,13 +111,6 @@ export default ErrorBoundary.wrap(function Settings() {
|
|||
>
|
||||
Get notified about new Updates
|
||||
</Switch>}
|
||||
{!IS_WEB && <Switch
|
||||
value={settings.unsafeRequire}
|
||||
onChange={(v: boolean) => settings.unsafeRequire = v}
|
||||
note="Enables VencordNative.require. Useful for testing, very bad for security. Leave this off unless you need it."
|
||||
>
|
||||
Enable Unsafe Require
|
||||
</Switch>}
|
||||
|
||||
<Forms.FormDivider />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue