feat(desktop): add CA cert and HTTP proxy support for native interceptor (#4491)

This commit is contained in:
Shreyas
2024-10-29 17:13:32 +05:30
committed by GitHub
parent 4b2f04df82
commit 75bac21b46
3 changed files with 91 additions and 13 deletions

View File

@@ -56,11 +56,11 @@
</div>
</template>
<!-- TODO: i18n -->
<script setup lang="ts">
import { computed, ref } from "vue"
import { useI18n } from "@composables/i18n"
import IconLucideFileKey from "~icons/lucide/file-key"
import IconLucideFileBadge from "~icons/lucide/file-badge"
import { useService } from "dioc/vue"
import {
RequestDef,