config: update csp
This commit is contained in:
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user