added integrity tags to resources
This commit is contained in:
parent
99e2248626
commit
4b4afb5521
@ -9,17 +9,16 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
|
||||||
|
|
||||||
<link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}" />
|
<link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}" integrity="sha384-oJD0XrOrd6+oQ93leqfvI4cVkDx/7kxYrVOMIzgO8h2Ysq9LE7aRKKDzk8mPViq6" crossorigin="anonymous"/>
|
||||||
<link rel="stylesheet" href="{% static 'css/bootstrap-theme.css' %}" />
|
<link rel="stylesheet" href="{% static 'css/bootstrap-theme.css' %}" integrity="sha384-XubbQ3kzMHg+BebNw1pKE9NU3d4e7zf9qoqabQgx48Pag6Rlms+opUl9Ujil5iuy" crossorigin="anonymous"/>
|
||||||
<link rel="stylesheet" href="{% static 'css/bootstrap-tagsinput.css' %}" />
|
<link rel="stylesheet" href="{% static 'css/bootstrap-tagsinput.css' %}" integrity="sha384-giXhjZx096TSnWyp+yEzOVpEDz7YxjgPsWoK+3j5pW5WRzphmTgX8p2zKekoT4qb" crossorigin="anonymous"/>
|
||||||
<link rel="stylesheet" href="{% static 'css/rug-2017.css' %}" />
|
<link rel="stylesheet" href="{% static 'css/rug-2017.css' %}" integrity="sha384-x8Db/0sFng/nX9BT3bG8xB4fsNpyul81JYRDZSuImAnYSqlC4xIfjHKHlLu2riBR" crossorigin="anonymous"/>
|
||||||
<link rel="stylesheet" href="{% static 'css/rug-herbert.css' %}" />
|
<link rel="stylesheet" href="{% static 'css/rug-herbert.css' %}" integrity="sha384-/vX4BLN17gFH0H/UriNMW5PKdPnMVbgY4FkrYb+5sgWejH3lBVcKlWwetenPPGQM" crossorigin="anonymous"/>
|
||||||
|
|
||||||
<!-- jQuery library -->
|
<!-- jQuery library -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script>
|
||||||
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
|
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js" integrity="sha384-YwCdhNQ2IwiYajqT/nGCj0FiU5SR4oIkzYP3ffzNWtu39GKBddP0M0waDU7Zwco0" crossorigin="anonymous"></script>
|
||||||
<script src="{% static 'js/bootstrap-tagsinput.min.js' %}"></script>
|
<script src="{% static 'js/bootstrap-tagsinput.min.js' %}" integrity="sha384-plXIlTfSI87g9XtbHRGRxIYAiwuJPYKno60ZtfxPrxqWNOey3tY+2QXtOYHEKHaI" crossorigin="anonymous"></script>
|
||||||
<script src="{% static 'jquery/base.js' %}"></script>
|
|
||||||
|
|
||||||
{% block extrahead %}{% endblock %}
|
{% block extrahead %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user