diff --git a/apis_core/core/templates/base.html b/apis_core/core/templates/base.html
index 3643f7bbf..03017a5b3 100644
--- a/apis_core/core/templates/base.html
+++ b/apis_core/core/templates/base.html
@@ -58,20 +58,26 @@
{% endblock styles %}
{% block scriptHeader %}
-
+
{# Bootstrap 4.6.2 bundle (without jQuery) #}
{# see https://getbootstrap.com/docs/4.6/getting-started/introduction/ #}
-
-
-
+ crossorigin="anonymous"
+ defer>
+
+
+
-
-
+ crossorigin="anonymous"
+ defer>
+
+
{% endblock %}