Skip to content

Commit 81d1661

Browse files
committed
fix: route public installers to verified signed scripts
1 parent 9fefa8f commit 81d1661

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

vercel.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
{
22
"env": {
3-
"CONTEXA_STABLE_INSTALLER_REF": "23721bb0e7b561a7deb356656a7e2e3a879bc086"
3+
"CONTEXA_STABLE_INSTALLER_REF": "9fefa8fd8162024649aed2132b2770240fba2bc9"
44
},
5-
"redirects": [
6-
{
7-
"source": "/install.ps1",
8-
"destination": "https://raw.githubusercontent.com/contexa-security/install-ctxa/23721bb0e7b561a7deb356656a7e2e3a879bc086/install.ps1",
9-
"permanent": false
10-
},
11-
{
12-
"source": "/install.sh",
13-
"destination": "https://raw.githubusercontent.com/contexa-security/install-ctxa/23721bb0e7b561a7deb356656a7e2e3a879bc086/install.sh",
14-
"permanent": false
15-
}
16-
],
175
"rewrites": [
186
{ "source": "/(.*)", "destination": "/api" }
197
],

0 commit comments

Comments
 (0)