Fix https redirect
This commit is contained in:
+1
-1
@@ -391,7 +391,7 @@ async function runHttpsServer()
|
||||
|
||||
app.all('*', async (req, res, next) =>
|
||||
{
|
||||
if (req.secure)
|
||||
if (req.secure || config.httpOnly )
|
||||
{
|
||||
const ltiURL = new URL(`${req.protocol }://${ req.get('host') }${req.originalUrl}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user