Эксперимент
This commit is contained in:
@@ -67,6 +67,9 @@ const popupCenter = ({url, title, w, h}) => {
|
|||||||
const newWindow = window.open(url, title,
|
const newWindow = window.open(url, title,
|
||||||
`
|
`
|
||||||
scrollbars=yes,
|
scrollbars=yes,
|
||||||
|
location=no,
|
||||||
|
toolbar=yes,
|
||||||
|
menubar=no,
|
||||||
width=${w / systemZoom},
|
width=${w / systemZoom},
|
||||||
height=${h / systemZoom},
|
height=${h / systemZoom},
|
||||||
top=${top},
|
top=${top},
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<meta name="description" content="Браузерная онлайн-читалка книг. Поддерживаются форматы: fb2, html, txt, rtf, doc, docx, pdf, epub, mobi.">
|
<meta name="description" content="Браузерная онлайн-читалка книг. Поддерживаются форматы: fb2, html, txt, rtf, doc, docx, pdf, epub, mobi.">
|
||||||
<meta name="keywords" content="онлайн,читалка,fb2,книги,читать,браузер,интернет">
|
<meta name="keywords" content="онлайн,читалка,fb2,книги,читать,браузер,интернет">
|
||||||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
<meta http-equiv="Content-Security-Policy" content="frame-src http://samlib.ru">
|
||||||
<script src="/sw-register.js"></script>
|
<script src="/sw-register.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user