mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* fix(core): fix raw invoke body for isolation pattern The `isolation` pattern requests are made using JSON but the payload could be raw bytes, so we send the original `Content-Type` from frontend and make sure to deserialize the payload using that one instead of `Content-Type` from request headers * clippy * disable plist embed in generate_context in tests * change file * docs [skip ci] * move unused_variables [skip ci] * last commit regression [skip ci] * fix test * add example, do not text encode raw request * check type instead of contenttype --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
12 lines
324 B
TOML
12 lines
324 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
[[permission]]
|
|
identifier = "allow-echo"
|
|
description = "Enables the echo command without any pre-configured scope."
|
|
commands.allow = ["echo"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-echo"
|
|
description = "Denies the echo command without any pre-configured scope."
|
|
commands.deny = ["echo"]
|