Skip to content

Commit

Permalink
Release 4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette authored Dec 15, 2021
2 parents ccaf4de + 6213730 commit 15d713a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v4.6.3](https://github.com/userfrosting/UserFrosting/compare/v4.6.2...v4.6.3)

### Security
- Added placeholder URL for `site.uri.public` in configuration to guard against Host Header Injection attacks by default in production.

## [v4.6.2]

### Changes
Expand Down
3 changes: 3 additions & 0 deletions app/sprinkles/core/config/production.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
'ajax' => false,
'info' => false,
],
'uri' => [
'public' => 'https://example.com',
],
],
/*
* Send errors to log
Expand Down

0 comments on commit 15d713a

Please sign in to comment.