Skip to content

Commit

Permalink
perf: 优化因浏览器缓存带来的影响
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Jan 7, 2021
1 parent f0f3e9f commit cc5b09e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/ssh/terminal.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<title>JumpServer Terminal</title>
<link rel="shortcut icon" href="/koko/static/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/koko/static/plugins/xterm/xterm.css"/>
<script type="text/javascript" src="/koko/static/plugins/xterm/xterm.js"></script>
<script type="text/javascript" src="/koko/static/plugins/xterm/addons/fit/fit.js"></script>
<script type="text/javascript" src="/koko/static/js/koko.js"></script>
<script type="text/javascript" src="/koko/static/js/koko.js?_=v2.6"></script>
<style type="text/css">
body {
margin: 0;
Expand Down

0 comments on commit cc5b09e

Please sign in to comment.