Skip to content

Commit 317da35

Browse files
dreyfus92tauri-bot
authored andcommitted
[ci] format
1 parent f974709 commit 317da35

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/content/docs/features/http-client.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,16 @@ The http plugin is available in both as an JavaScript API and in Rust as a [reqw
7171
```json
7272
//src-tauri/capabilities/base.json
7373
{
74-
"permissions": [
75-
{
76-
"identifier": "http:default",
77-
"allow": [{ "url": "https://*.tauri.app" }],
78-
"deny": [{ "url": "https://private.tauri.app" }]
79-
}
80-
]
74+
"permissions": [
75+
{
76+
"identifier": "http:default",
77+
"allow": [{ "url": "https://*.tauri.app" }],
78+
"deny": [{ "url": "https://private.tauri.app" }]
79+
}
80+
]
8181
}
8282
```
83+
8384
For more information, please see the documentation for [Access Control Lists](/references/v2/acl/)
8485

8586
2. Send a request

0 commit comments

Comments
 (0)