Replaced consent warning backdrop blur with darker background, as backdrop blur is not supported in Firefox.

This commit is contained in:
DebaucheryLibrarian
2020-12-20 20:16:04 +01:00
parent a127dfb8af
commit c1838d4390
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
resave: false,
saveUninitialized: false,
cookie: {
secure: false,
secure: true,
},
},
},