|
@@ -20,7 +20,6 @@
|
|
//! - **devtools**: Enables the developer tools (Web inspector) and [`Window::open_devtools`]. Enabled by default on debug builds.
|
|
//! - **devtools**: Enables the developer tools (Web inspector) and [`Window::open_devtools`]. Enabled by default on debug builds.
|
|
//! On macOS it uses private APIs, so you can't enable it if your app will be published to the App Store.
|
|
//! On macOS it uses private APIs, so you can't enable it if your app will be published to the App Store.
|
|
//! - **shell-open-api**: Enables the [`api::shell`] module.
|
|
//! - **shell-open-api**: Enables the [`api::shell`] module.
|
|
-//! - **http-multipart**: Adds support to `multipart/form-data` requests.
|
|
|
|
//! - **native-tls**: Provides TLS support to connect over HTTPS.
|
|
//! - **native-tls**: Provides TLS support to connect over HTTPS.
|
|
//! - **native-tls-vendored**: Compile and statically link to a vendored copy of OpenSSL.
|
|
//! - **native-tls-vendored**: Compile and statically link to a vendored copy of OpenSSL.
|
|
//! - **rustls-tls**: Provides TLS support to connect over HTTPS using rustls.
|
|
//! - **rustls-tls**: Provides TLS support to connect over HTTPS using rustls.
|
|
@@ -992,7 +991,6 @@ mod tests {
|
|
// features that look like an allowlist feature, but are not
|
|
// features that look like an allowlist feature, but are not
|
|
let allowed = [
|
|
let allowed = [
|
|
"fs-extract-api",
|
|
"fs-extract-api",
|
|
- "http-multipart",
|
|
|
|
"process-command-api",
|
|
"process-command-api",
|
|
"process-relaunch-dangerous-allow-symlink-macos",
|
|
"process-relaunch-dangerous-allow-symlink-macos",
|
|
"window-data-url",
|
|
"window-data-url",
|