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:
parent
46932c91a6
commit
c1e1506720
3 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue