brave / install.sh

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Host script on dl.brave.com #1

Open fmarier opened 1 month ago

fmarier commented 1 month ago

The script should be picked up automatically when it changes and hosted at https://dl.brave.com/install.sh

It should be served with these headers:

Content-Type: text/plain; charset=utf-8
Content-Security-Policy: sandbox
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Resource-Policy: same-origin
Referrer-Policy: same-origin
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Content-Type-Options: nosniff
X-Frame-Options: DENY

with a 301 redirect from HTTP to HTTPS.

fmarier commented 1 month ago

The top-level page should be a 302 redirect to https://brave.com/download/.

fmarier commented 3 days ago

Anything else we need to do here or we can close this issue?

wknapik commented 3 days ago

We still have references to brave-experiments and I assume we'll need to regenerate tokens and create the first release (cc @oajara)

wknapik commented 3 days ago

Once we have the first release, let's request that people test this internally and report issues