Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-12 14:55:53 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-12 14:55:53 +0300
commit3a523ba84ef5c1cc5007f6502e4685a52cfc1984 (patch)
treeed9f4af34cefb4d48411fb4c11657a2da1af4e85 /assets
parent56f2becf8dcbcfe00e9d3f4053950bd899e06b0f (diff)
Prevent self-xss with burpsuite
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'assets')
-rw-r--r--assets/js/main.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/js/main.js b/assets/js/main.js
index 1d15cf50..75712997 100644
--- a/assets/js/main.js
+++ b/assets/js/main.js
@@ -31,10 +31,6 @@ define(['jquery', 'lodash', 'enquire', 'TweenMax', 'velocity'],
consoleMessage: function() {
console.log('%c\nNextcloud, A safe home for all your data', 'font-size:20px');
- console.log(
- '%c',
- 'font-size: 100px; background: white url(' + window.location + 'wp-content/themes/next/assets/img/logo/logo_nextcloud_blue.png) no-repeat left bottom; background-repeat: no-repeat; background-size: 100px 64px;'
- );
},
checkScrollPosition: function() {