diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..6254330 Binary files /dev/null and b/.DS_Store differ diff --git a/.well-known/matrix/client b/.well-known/matrix/client index b880dcd..439f70a 100644 --- a/.well-known/matrix/client +++ b/.well-known/matrix/client @@ -2,5 +2,8 @@ "m.homeserver": { "base_url": "https://matrix.arcticfoxes.net", "server_name": "arcticfoxes.net" + }, + "org.matrix.msc3575.proxy": { + "url": "https://syncv3.arcticfoxes.net" } } diff --git a/.well-known/matrix/support b/.well-known/matrix/support new file mode 100644 index 0000000..3366b20 --- /dev/null +++ b/.well-known/matrix/support @@ -0,0 +1,16 @@ +{ + admins: [ + { + matrix_id: "@tommy:arcticfoxes.net", + email_address: "contact@tommytran.io", + role: "admin" + }, { + matrix_id: "@wj25czxj47bu6q:arcticfoxes.net", + role: "admin" + }, { + matrix_id: "@wj25czxj47bu6q:matrix.org", + role: "admin" + } + ], + support_page: "https://matrix.to/#/!rDupCPSbLkmieTosZU:arcticfoxes.net?via=arcticfoxes.net&via=matrix.org&via=jameskitt616.one" +} diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..3a0f0e7 --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +Contact: https://matrix.to/#/@tommy:arcticfoxes.net +Contact: https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2FN_McQS3F9TGoh4ER0QstUf55kGnNSd-wXfNPZ7HukcM%3D%40smp19.simplex.im%2F03zrijd3pM0hi2AG6XLiMMpxEsjEqj_5%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAx3xSpEh_hRUiGatqlRxGajqIcg6H6xc9jf-2UfeJGA4%253D%26srv%3Di53bbtoqhlc365k6kxzwdp5w3cdt433s7bwh3y32rcbml2vztiyyz5id.onion +Contact: mailto:contact@tommytran.io +Contact: https://matrix.to/#/@@wj25czxj47bu6q:arcticfoxes.net +Expires: 2024-11-5T00:00:00.000Z +Preferred-Languages: en-US +Canonical: https://arcticfoxes.net/security.txt +-----BEGIN PGP SIGNATURE----- + +iHUEARYIAB0WIQT2xV5SweW8phRp+2fTDewmjT/rFwUCZUds3AAKCRDTDewmjT/r +F9VcAQDrE0ViMkt4DmC/v4qRRALIp9btppftrJx0/O7ZdllyaAD/aL8VhoKycafb +DJ64t4QQhi6rbUMRgSpgvkM8hi+nJQ4= +=7WEf +-----END PGP SIGNATURE----- diff --git a/README.md b/README.md index 4093c9f..47c7099 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,2 @@ # ArcticFoxes.net - -[![Netlify Status](https://api.netlify.com/api/v1/badges/df4927e3-a68e-41fa-b745-1052a2a8c237/deploy-status)](https://app.netlify.com/sites/arcticfoxes/deploys) - Arcticfoxes.net landing page diff --git a/_headers b/_headers index 6b888ac..2ab126d 100644 --- a/_headers +++ b/_headers @@ -1,14 +1,14 @@ / - Content-Security-Policy : default-src 'self'; font-src 'self' fonts.gstatic.com; style-src 'self' fonts.googleapis.com; script-src 'self' 'unsafe-inline'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none' + Strict-Transport-Security : max-age=63072000; includeSubDomains; preload + Content-Security-Policy : default-src 'self'; font-src 'self' fonts.gstatic.com; style-src 'self' fonts.googleapis.com; script-src 'self' 'unsafe-inline'; form-action 'none'; frame-ancestors 'none'; upgrade-insecure-requests; block-all-mixed-content; base-uri 'none' X-Content-Type-Options : nosniff Referrer-Policy : no-referrer - Cross-Origin-Opener-Policy : same-origin - Cross-Origin-Embedder-Policy : require-corp X-Frame-Options : DENY X-XSS-Protection : 0 Permissions-Policy : accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), idle-detection=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), sync-xhr=(), xr-spatial-tracking=() + Cross-Origin-Opener-Policy : same-origin + Cross-Origin-Embedder-Policy : require-corp Cross-Origin-Resource-Policy : same-origin - Expect-CT: enforce, max-age=63072000 /.well-known/matrix/server Access-Control-Allow-Origin : * @@ -17,3 +17,6 @@ /.well-known/matrix/client Access-Control-Allow-Origin : * Content-Type : application/json + +/.well-known/openpgpkey/hu/* + Access-Control-Allow-Origin: * diff --git a/external_images/element.jpg b/external_images/background.jpg similarity index 100% rename from external_images/element.jpg rename to external_images/background.jpg diff --git a/external_images/logo.png b/external_images/logo.png new file mode 100644 index 0000000..b118472 Binary files /dev/null and b/external_images/logo.png differ diff --git a/favicon.ico b/favicon.ico index 8f73b3e..0bcbd2e 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/index.html b/index.html index 5686923..40d8469 100644 --- a/index.html +++ b/index.html @@ -15,22 +15,21 @@