mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4939] [MERGED] fix(desktop): enable cookie support for sh-desktop #4992
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#4992
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4939
Author: @CuriousCorrelation
Created: 3/26/2025
Status: ✅ Merged
Merged: 3/26/2025
Merged by: @jamesgeorge007
Base:
next← Head:fix-sh-desktop-cookie-support📝 Commits (1)
bd22c00fix(desktop): enable cookie support for sh-desktop📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
packages/hoppscotch-selfhost-web/src/main.ts(+2 -0)📄 Description
This PR enables cookie support for the SH Desktop App.
Cookiebutton at the footerCloses HFE-796
Closes #4918
Notes for reviewers
This feature is already present and enabled on the Cloud Desktop App, see the corresponding file in the relevant repo.
For testing this out quickly without setting up AIO container, you can:
This will start a temporary bundle server.
After it's up and running, use
localhost:3200as the instance URL in the "Add a new Instance" section. This will work with the currently released desktop app as well, no need to re-build it from source.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
templatesdirectory in ARM images #5013