2018-07-03 22:33:50 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Security-Policy"
|
|
|
|
content="default-src 'none';
|
|
|
|
child-src 'self';
|
|
|
|
connect-src 'self' https: wss:;
|
|
|
|
font-src 'self';
|
|
|
|
form-action 'self';
|
|
|
|
frame-src 'none';
|
|
|
|
img-src 'self' blob: data:;
|
|
|
|
media-src 'self' blob:;
|
|
|
|
object-src 'none';
|
|
|
|
script-src 'self';
|
|
|
|
style-src 'self' 'unsafe-inline';"
|
|
|
|
>
|
2020-02-07 20:19:35 +00:00
|
|
|
<link href="node_modules/sanitize.css/sanitize.css" rel="stylesheet" type="text/css" />
|
2018-07-03 22:33:50 +00:00
|
|
|
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
|
|
|
|
<style>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body class='debug-log-window'>
|
|
|
|
</body>
|
|
|
|
<script type='text/x-tmpl-mustache' id='debug-log'>
|
|
|
|
<div class='content'>
|
|
|
|
<div>
|
|
|
|
<a class='x close' alt='close debug log' href='#'></a>
|
|
|
|
<h1> {{ title }} </h1>
|
|
|
|
<p> {{ debugLogExplanation }}</p>
|
|
|
|
</div>
|
|
|
|
<textarea spellcheck='false' rows='5'></textarea>
|
|
|
|
<div class='buttons'>
|
|
|
|
<button class='grey submit'>{{ submit }}</button>
|
|
|
|
</div>
|
|
|
|
<div class='result'>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</script>
|
|
|
|
<script type='text/x-tmpl-mustache' id='debug-log-link'>
|
|
|
|
<div class='input-group clearfix'>
|
|
|
|
<input type='text' class='link' readonly value='{{ url }}' />
|
2020-05-04 19:20:01 +00:00
|
|
|
<a class='copy' alt='{{ debugLogCopyAlt }}' target='_blank' href='{{ url }}'>{{ debugLogCopy }}</a>
|
2018-07-03 22:33:50 +00:00
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
<a class='report-link' target='_blank'
|
|
|
|
href='https://github.com/signalapp/Signal-Desktop/issues/new/'>
|
|
|
|
{{ reportIssue }}
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
</script>
|
2020-05-04 19:20:01 +00:00
|
|
|
<script type='text/x-tmpl-mustache' id='toast'>
|
|
|
|
{{ toastMessage }}
|
|
|
|
</script>
|
2018-07-03 22:33:50 +00:00
|
|
|
<script type='text/javascript' src='js/components.js'></script>
|
|
|
|
<script type='text/javascript' src='js/views/whisper_view.js'></script>
|
2020-05-04 19:20:01 +00:00
|
|
|
<script type='text/javascript' src='js/views/toast_view.js'></script>
|
2018-07-03 22:33:50 +00:00
|
|
|
<script type='text/javascript' src='js/views/debug_log_view.js'></script>
|
|
|
|
<script type='text/javascript' src='js/debug_log_start.js'></script>
|
|
|
|
</html>
|