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

(-)a/C4/Auth.pm (-2 lines)
Lines 1625-1631 sub checkauth { Link Here
1625
            charset           => 'utf-8',
1625
            charset           => 'utf-8',
1626
            cookie            => $cookie,
1626
            cookie            => $cookie,
1627
            'X-Frame-Options' => 'SAMEORIGIN',
1627
            'X-Frame-Options' => 'SAMEORIGIN',
1628
            -sameSite         => 'Lax'
1629
        }
1628
        }
1630
        ),
1629
        ),
1631
        $template->output;
1630
        $template->output;
1632
- 

Return to bug 41104