mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Fixed tests.
This commit is contained in:
parent
29c81e3edf
commit
de798ca058
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ exports.expressPreSession = async (hookName, {app}) => {
|
|||
/*
|
||||
If this is a url we simply redirect to that one.
|
||||
*/
|
||||
if (settings.favicon.startsWith('http')) {
|
||||
if (settings.favicon && settings.favicon.startsWith('http')) {
|
||||
res.redirect(settings.favicon);
|
||||
res.send();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue