mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
fix(core): disable script clr access
This commit is contained in:
parent
2d1bd8fed8
commit
e636c3a0de
|
@ -43,7 +43,6 @@ globalThis.recorderEvents = {};
|
|||
.CatchClrExceptions()
|
||||
.LimitRecursion(100)
|
||||
.RegexTimeoutInterval(TimeSpan.FromSeconds(2))
|
||||
.AllowClr()
|
||||
.Configure(engine =>
|
||||
{
|
||||
engine.Realm.GlobalObject.FastSetProperty("dns", new PropertyDescriptor(new JintDns(engine), writable: false, enumerable: false, configurable: false));
|
||||
|
|
Loading…
Reference in New Issue
Block a user