From dbe3b1884de25d06cab5d1cd6b9f4bdde19191e3 Mon Sep 17 00:00:00 2001
From: rrayy <72653431+rrayy-25809@users.noreply.github.com>
Date: Sun, 9 Nov 2025 14:55:01 +0900
Subject: [PATCH 1/2] _add _headers file with security and caching policies_
---
public/_headers | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 public/_headers
diff --git a/public/_headers b/public/_headers
new file mode 100644
index 0000000..067b0b3
--- /dev/null
+++ b/public/_headers
@@ -0,0 +1,6 @@
+/*
+ X-Robots-Tag: index, follow
+ Cache-Control: public, max-age=3600
+ Referrer-Policy: strict-origin-when-cross-origin
+ Content-Security-Policy: default-src 'self' https:;
+ Permissions-Policy: geolocation=(), microphone=(), camera=()
From 8d6c848c532d6da105e354f7630471b7f60c60d1 Mon Sep 17 00:00:00 2001
From: rrayy <72653431+rrayy-25809@users.noreply.github.com>
Date: Wed, 12 Nov 2025 00:49:14 +0900
Subject: [PATCH 2/2] add a contact email and github
---
src/App.tsx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/App.tsx b/src/App.tsx
index d540c88..c08db06 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -45,7 +45,11 @@ function App() {
+ Contact: island.id.record@gmail.com
© 2025 ISLAND · MIT License