mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 06:06:24 +08:00
Add CSP tag to sign_in_halt layout [SCI-9170]
This commit is contained in:
parent
953bd234f4
commit
75890a0053
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<%= csp_meta_tag %>
|
||||
<meta data-hook="head-js">
|
||||
<title><%=t "head.title", title: (yield :head_title) %></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue