Skip to content

Commit

Permalink
Add additional security options for Homebrew cask
Browse files Browse the repository at this point in the history
  • Loading branch information
xorcare committed Oct 22, 2023
1 parent 019f0b8 commit e1abd51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/.exports
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,11 @@ export GOTELEMETRY=off
# Prevent Homebrew from collecting analytics.
export HOMEBREW_NO_ANALYTICS=1

# Forbid redirects from secure HTTPS to insecure HTTP.
export HOMEBREW_NO_INSECURE_REDIRECT=1

# Require all casks to have a checksum
export HOMEBREW_CASK_OPTS="--require-sha"

# Means an ohmyzsh installer will not replace an existing .zshrc (default: no)
export KEEP_ZSHRC=yes

0 comments on commit e1abd51

Please sign in to comment.