diff options
author | turret <turret@duck.com> | 2023-09-15 21:31:08 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-09-15 21:31:08 -0500 |
commit | 751d7e6b54c7d3a280a3e7292b6687fe7c817990 (patch) | |
tree | 632d979ec7f539bacfa60bd27b9c5c495790e326 /.htaccess | |
parent | d46a05cde95ffb679d0637a5ca6bd8f8ad4f3581 (diff) | |
download | www.turret.cyou-751d7e6b54c7d3a280a3e7292b6687fe7c817990.tar.gz www.turret.cyou-751d7e6b54c7d3a280a3e7292b6687fe7c817990.tar.bz2 www.turret.cyou-751d7e6b54c7d3a280a3e7292b6687fe7c817990.zip |
add HTACCESS
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
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 "*" |