| LOW | crates/obscura-cli/src/main.rs | 41 | /// Equivalent to `OBSCURA_ALLOW_PRIVATE_NETWORK=1` but per-process |
| LOW | crates/obscura-net/src/encoding.rs | 1 | //! Charset detection and decoding for HTTP response bodies. |
| LOW | crates/obscura-cdp/tests/concurrent_navigations.rs | 1 | //! Issue #19 smoke test: 5 parallel CDP clients each performing |
| LOW | …obscura-cdp/tests/concurrent_navigations_with_fetch.rs | 1 | //! Issue #19 hard repro: 5 parallel clients with Fetch interception enabled |
| LOW | crates/obscura-cdp/src/dispatch.rs | 21 | // navigation Obscura clears execution contexts (via |
| LOW | crates/obscura-cdp/src/dispatch.rs | 221 | // (each owning its own V8 Isolate). All of them run on a single OS |
| LOW | crates/obscura-cdp/src/util.rs | 1 | /// Helpers shared across CDP domain handlers. |
| LOW | crates/obscura-cdp/src/server.rs | 141 | info!("file:// navigation enabled (--allow-file-access). Do not expose this port to untrusted networks."); |
| LOW | crates/obscura-cdp/src/server.rs | 341 | // Issue #19 follow-up: messages deferred from inside |
| LOW | crates/obscura-cdp/src/server.rs | 561 | // `op_fetch_url`'s `resolve_rx.await` *with Isolate-N still entered*), |
| LOW | crates/obscura-js/js/bootstrap.js | 2401 | // 1. Lazy load: observe(img) -> first intersection -> load src -> unobserve. |
| LOW | crates/obscura-js/src/runtime.rs | 1881 | #[test] |
| LOW | crates/obscura-js/src/runtime.rs | 1941 | let _proxied = ObscuraJsRuntime::with_base_url_and_proxy( |
| LOW | crates/obscura-js/src/v8_flags.rs | 1 | use std::sync::Once; |
| LOW | crates/obscura-js/src/v8_lock.rs | 1 | //! Process-wide async lock that serializes V8 work across all `JsRuntime`s. |
| LOW | .cargo/config.toml | 1 | [env] |