Drop support for Internet Explorer

This commit is contained in:
Richard Hansen 2020-12-18 18:13:02 -05:00 committed by John McLear
parent c5cf7ab144
commit b82bf5c726
7 changed files with 149 additions and 619 deletions

View file

@ -5,6 +5,8 @@
Existing group pads that were previously password protected will no longer be
password protected. If you need fine-grained access control, you can restrict
API session creation in your frontend service, or you can use plugins.
* All workarounds for Microsoft Internet Explorer have been removed. IE might
still work, but it is untested.
* Plugin hook functions are now subject to new sanity checks. Buggy hook
functions will cause an error message to be logged
* Authorization failures now return 403 by default instead of 401