WoltLab / WCF

WoltLab Suite Core (previously WoltLab Community Framework)
https://www.woltlab.com
GNU Lesser General Public License v2.1
239 stars 144 forks source link

Make HTTPS a hard requirement #5919

Closed dtdesign closed 1 week ago

dtdesign commented 1 month ago

We’re currently still supporting HTTP environments to some extent, but there are already shortcomings in regards to newer browser features becoming more and more limited. Considering that Let’s Encrypt is widely adopted these days it is finally time to move to HTTPS only, allowing us to take advantage of never features.

HTTPS is a hard requirement of both #5805 and #5905 because (some part of) the underlying API is only available in secure contexts.