api-client/packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/permissions/autogenerated/reference.md
Shreyas eb8487fc82
fix(desktop): rebase with appload mirror and hash (#5351)
The rebases and updates desktop's `@hoppscotch/plugin-appload`
 dependency from branch-based ref to specific commit hash to resolve
 Docker build failures.

 Branch-based GitHub dependencies require `git` in the build environment.
 Our Dockerfile stages didn't install `git`, which caused `pnpm install`
 to fail with `spawn git ENOENT`. Using a commit hash allows `pnpm` to
 fetch the tarball directly without requiring `git`.
2025-08-27 09:52:49 +05:30

1.7 KiB

Default Permission

Default permissions for AppLoad plugin

This default permission set includes the following:

  • allow-load
  • allow-download
  • allow-clear
  • allow-close
  • allow-remove

Permission Table

Identifier Description

appload:allow-clear

Enables the clear command without any pre-configured scope.

appload:deny-clear

Denies the clear command without any pre-configured scope.

appload:allow-close

Enables the close command without any pre-configured scope.

appload:deny-close

Denies the close command without any pre-configured scope.

appload:allow-download

Enables the download command without any pre-configured scope.

appload:deny-download

Denies the download command without any pre-configured scope.

appload:allow-load

Enables the load command without any pre-configured scope.

appload:deny-load

Denies the load command without any pre-configured scope.

appload:allow-ping

Enables the ping command without any pre-configured scope.

appload:deny-ping

Denies the ping command without any pre-configured scope.

appload:allow-remove

Enables the remove command without any pre-configured scope.

appload:deny-remove

Denies the remove command without any pre-configured scope.