diff --git a/templates/footer.html b/templates/footer.html index 70fe1be3..903e04e2 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -286,6 +286,7 @@ }, async mounted() { + Object.freeze(Object.prototype); let that = this; let res = await fetch(`/api/notifications?page=${that.page}`, { method: "GET",