Skip to content

Commit

Permalink
chore: add back secure option from fdroid proxy configuration
Browse files Browse the repository at this point in the history
Signed-off-by: marchingon12 <augustthegreat.cool@gmail.com>
  • Loading branch information
marchingon12 committed May 23, 2024
1 parent 94d941c commit 7df4329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
'/fdroid': {
target: 'https://f-droid.org',
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/fdroid/, '/api/v1'),
},
'/github': {
Expand Down

0 comments on commit 7df4329

Please # to comment.