1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Revert cookie flag from strict to lax mode otherwise oauth2 won't work

This commit is contained in:
Frédéric Guillot 2018-09-09 14:25:56 -07:00
parent 46932c91a6
commit c1e1506720
3 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@ func (e *Engine) parseAll() {
}
}
// Render process a template and write the ouput.
// Render process a template.
func (e *Engine) Render(name, language string, data interface{}) []byte {
tpl, ok := e.templates[name]
if !ok {