diff --git a/.gitignore b/.gitignore
index 3e19a5565..212b223f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ builder/public/page_scripts
builder/public/page_styles
builder/www/_builder.html
builder/public/dist
+codedb.snapshot
\ No newline at end of file
diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 481cc3597..a064f5219 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -12,6 +12,7 @@
diff --git a/frontend/src/components/Settings/GlobalDeveloper.vue b/frontend/src/components/Settings/GlobalDeveloper.vue
index 941d58818..a07649c35 100644
--- a/frontend/src/components/Settings/GlobalDeveloper.vue
+++ b/frontend/src/components/Settings/GlobalDeveloper.vue
@@ -1,11 +1,19 @@
-
-
+
+
+
+
+
+ Block Scripts are executed in a sandboxed environment. This may have limitations and might not
+ perfectly replicate live site behavior. Executing untrusted scripts could be unsafe.
+