config: update csp

This commit is contained in:
Henk Verlinde
2020-11-05 16:19:35 +01:00
parent 7c4373a3a9
commit 3482846159
3 changed files with 1 additions and 16 deletions

View File

@ -13,20 +13,6 @@ if (localStorage.getItem('theme') === 'dark') {
}
/* eslint-disable */
/*
window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }
if (document.querySelector('#deploy-to-netlify') !== null) {
document.getElementById('deploy-to-netlify').addEventListener('click', function(){
plausible('Deploy to Netlify');
});
}
*/
/* eslint-enable */
var suggestions = document.getElementById('suggestions');
var userinput = document.getElementById('userinput');