diff --git a/views/DE/account/forgotPwd.pug b/views/DE/account/forgotPwd.pug
index 8a6b8c567acc795d9a1550ef89f39a1e1beb0013..46210a02d8c8cbbafed3ed8e9b65b3c086ad8246 100644
--- a/views/DE/account/forgotPwd.pug
+++ b/views/DE/account/forgotPwd.pug
@@ -53,4 +53,4 @@ html(lang="de")
     // Bootstrap
     script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
     // M4_LAB
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
+    script(src="/js/headfoot.js")
diff --git a/views/DE/account/registration.pug b/views/DE/account/registration.pug
index f3a4e51f1091f9058bde17b92930c9af57c8092e..3de3ed5a731a614fc8baa4eea95465e98a6df82f 100644
--- a/views/DE/account/registration.pug
+++ b/views/DE/account/registration.pug
@@ -94,4 +94,4 @@ html(lang="de")
     // M4_LAB
     script(src="/js/generalFunction.js")
     script(src="/js/registration.js")
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
+    script(src="/js/headfoot.js")
\ No newline at end of file
diff --git a/views/DE/account/reset.pug b/views/DE/account/reset.pug
index 8f2d8f4c38dec514e9fc5ce1483625ecc395b496..56aa2d9220f06e178f93b0f985d187d61938828c 100644
--- a/views/DE/account/reset.pug
+++ b/views/DE/account/reset.pug
@@ -57,4 +57,4 @@ html(lang="de")
     // M4_LAB
     script(src="/js/security.js")
     script(src="/js/generalFunction.js")
-    script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
+    script(src="/js/headfoot.js")