diff --git a/gulpfile.js b/gulpfile.js
index a10179e46f9a6207d8a90ff24ddab5eee2e7a7b5..e4b5676db81e6a207aec38ad0f80f59e3eef4e5b 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -293,6 +293,7 @@ gulp.task(
         server: {
           baseDir: resolvePath(paths().public.root),
         },
+        cors: true,
         snippetOptions: {
           // Ignore all HTML files within the templates folder
           blacklist: ["/index.html", "/", "/?*"],