View | Details | Raw Unified | Return to bug 41104
Collapse All | Expand All

(-)a/C4/Auth.pm (-2 lines)
Lines 1616-1622 sub checkauth { Link Here
1616
            charset           => 'utf-8',
1616
            charset           => 'utf-8',
1617
            cookie            => $cookie,
1617
            cookie            => $cookie,
1618
            'X-Frame-Options' => 'SAMEORIGIN',
1618
            'X-Frame-Options' => 'SAMEORIGIN',
1619
            -sameSite         => 'Lax'
1620
        }
1619
        }
1621
        ),
1620
        ),
1622
        $template->output;
1621
        $template->output;
1623
- 

Return to bug 41104