diff options
Diffstat (limited to 'core/inspector.rs')
-rw-r--r-- | core/inspector.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/inspector.rs b/core/inspector.rs index b6c86fb79..26855acdf 100644 --- a/core/inspector.rs +++ b/core/inspector.rs @@ -527,6 +527,7 @@ impl InspectorSession { // the 'v8_channel' argument cannot move. unsafe { &mut *self_ptr }, v8::inspector::StringView::empty(), + v8::inspector::V8InspectorClientTrustLevel::FullyTrusted, ); Self { |