mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #200] [MERGED] Fix CORS and Mixed-Content issue & Bug Fixes #2478
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#2478
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/200
Author: @NBTX
Created: 10/20/2019
Status: ✅ Merged
Merged: 10/20/2019
Merged by: @liyasthomas
Base:
master← Head:master📝 Commits (4)
1c99ffaCreate and use proxy server middleware3950294Use vue router to link proxy toast to settings pagea73d805Merge pull request #2 from hosseinnedaee/Proxy_Serverf839189Fix CORS and Mixed-Content issue & Bug Fixes📊 Changes
15 files changed (+239 additions, -85 deletions)
View changed files
📝
assets/css/fonts.scss(+52 -2)📝
assets/css/styles.scss(+22 -1)📝
assets/css/themes.scss(+26 -48)➕
assets/fonts/material-icons-v48.woff2(+0 -0)➕
assets/fonts/poppins-v9-latin-500.woff(+0 -0)➕
assets/fonts/poppins-v9-latin-500.woff2(+0 -0)➕
assets/fonts/poppins-v9-latin-700.woff(+0 -0)➕
assets/fonts/poppins-v9-latin-700.woff2(+0 -0)➕
assets/fonts/roboto-mono-v7-latin-regular.woff(+0 -0)➕
assets/fonts/roboto-mono-v7-latin-regular.woff2(+0 -0)📝
layouts/default.vue(+26 -3)📝
nuxt.config.js(+6 -2)📝
pages/index.vue(+49 -21)📝
pages/settings.vue(+6 -8)➕
proxy/index.js(+52 -0)📄 Description
This fixes the following issues:
This also adds some finishing touches to the proxy code (closes #199)
and that in turn resolves #175 and resolves #2
(Thanks @hosseinnedaee!)
Finally, this adds the fonts to the application assets allowing
them to be cached by the service worker.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.