Skip to content

Commit

Permalink
Removed 307 as it breaks the admin and is not well supported by brows…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Aug 19, 2016
1 parent d660bae commit ae7c43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Improved GPM commands to allow for `-y` to automate **yes** responses and `-o` for **update** and **selfupgrade** to overwrite installations [#985](https://github.com/getgrav/grav/issues/985)
1. [](#bugfix)
* Fix for lightbox media function throwing error [#981](https://github.com/getgrav/grav/issues/981)
* Removed 307 redirect code option as it is not well supported [#743](https://github.com/getgrav/grav-plugin-admin/issues/743)

# v1.1.2
## 08/10/2016
Expand Down
3 changes: 2 additions & 1 deletion system/blueprints/config/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ form:
help: PLUGIN_ADMIN.REDIRECT_DEFAULT_CODE_HELP
options:
301: 301 - Permanent
302: 302 - Found
303: 303 - Other
307: 307 - Temporary
304: 304 - Not Modified

pages.redirect_trailing_slash:
type: toggle
Expand Down

0 comments on commit ae7c43b

Please sign in to comment.