Improving caching of static assets (#3591)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
b5c5744bc7
Коммит
8936f65c90
@@ -34,11 +34,8 @@
|
||||
|
||||
<!-- CSS Should always go first -->
|
||||
<link rel='stylesheet' class='code_theme'>
|
||||
<!--<link rel='stylesheet' href='/static/css/styles.css'>-->
|
||||
<style id='antiClickjack'>body{display:none !important;}</style>
|
||||
|
||||
<script src='/static/bundle.js'></script>
|
||||
|
||||
<script type='text/javascript'>
|
||||
if (self === top) {
|
||||
var blocker = document.getElementById('antiClickjack');
|
||||
|
||||
Ссылка в новой задаче
Block a user