Fix CSP issues in production

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-01-26 16:39:50 +01:00
parent c596d7e478
commit e933004daf
4 changed files with 14 additions and 14 deletions

View File

@@ -37,5 +37,6 @@ new Vue({
el: "#app",
template: "<App/>",
components: { App },
render: (h) => h(App),
i18n,
});