From 62477f02791d87fa1834588b99bd7e6fe1cef7fd Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 11 Jan 2019 01:56:44 +0100 Subject: Update bootstrap from 3.3.7 to 3.4.0 Seems like finally there is a new bootstrap version for old version 3. This patch implements this new version with CodiMD and this way fixes some possible security issues in the frontend code. See: https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72889 https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72890 Signed-off-by: Sheogorath --- public/views/index/foot.ejs | 2 +- public/views/index/head.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'public/views/index') diff --git a/public/views/index/foot.ejs b/public/views/index/foot.ejs index 293c6698..54e39e1b 100644 --- a/public/views/index/foot.ejs +++ b/public/views/index/foot.ejs @@ -1,7 +1,7 @@ <% if(useCDN) { %> - + diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs index 7a601bdf..d790d917 100644 --- a/public/views/index/head.ejs +++ b/public/views/index/head.ejs @@ -10,7 +10,7 @@ <% if(useCDN) { %> - + -- cgit v1.2.3