From 751d7e6b54c7d3a280a3e7292b6687fe7c817990 Mon Sep 17 00:00:00 2001 From: turret Date: Fri, 15 Sep 2023 21:31:08 -0500 Subject: add HTACCESS --- .htaccess | 1 + .wbignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..f289550 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +Header set Access-Control-Allow-Origin "*" diff --git a/.wbignore b/.wbignore index fda7cf7..279459a 100644 --- a/.wbignore +++ b/.wbignore @@ -1,3 +1,3 @@ favicon.ico .*.html -.well-known.* +\..* -- cgit v1.2.3