From 837811044eb8a3f570b5ec7bd66aea8afc710c71 Mon Sep 17 00:00:00 2001 From: Chinmay Purav <70144052+chinmaypurav@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:05:22 +0530 Subject: [PATCH 1/3] Algolia preset added --- src/Presets/Algolia.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Presets/Algolia.php diff --git a/src/Presets/Algolia.php b/src/Presets/Algolia.php new file mode 100644 index 0000000..6929972 --- /dev/null +++ b/src/Presets/Algolia.php @@ -0,0 +1,19 @@ +add(Directive::CONNECT, [ + 'https://*.algolia.net', + 'https://*.algolianet.com', + ]); + } +} From e0a67c0d578fef6622c67bd1f701cc0f44d4e7ff Mon Sep 17 00:00:00 2001 From: Chinmay Purav <70144052+chinmaypurav@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:07:16 +0530 Subject: [PATCH 2/3] readme updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5101a03..da6d809 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ This package ships with a few commonly used presets to get your started. *We're |----------------------------|---------------------------------------------------------------------------------------| | `Basic` | Allow requests to scripts, images… within the application | | `AdobeFonts` | [fonts.adobe.com](https://fonts.adobe.com) (previously typekit.com) | +| `Algolia`. | [algolia.com](https://www.algolia.com). | | `Bunny Fonts` | [fonts.bunny.net](https://fonts.bunny.net/) | | `Cloudflare Turnstile` | [cloudflare.com](https://www.cloudflare.com/application-services/products/turnstile/) | | `Cloudflare Web Analytics` | [cloudflare.com](https://developers.cloudflare.com/web-analytics/) | From 9c323aa3b6d72a0cb5fef0e32255db2bc2b4ff6b Mon Sep 17 00:00:00 2001 From: Chinmay Purav <70144052+chinmaypurav@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:08:08 +0530 Subject: [PATCH 3/3] remove period from the end of a string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da6d809..bd75e85 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ This package ships with a few commonly used presets to get your started. *We're |----------------------------|---------------------------------------------------------------------------------------| | `Basic` | Allow requests to scripts, images… within the application | | `AdobeFonts` | [fonts.adobe.com](https://fonts.adobe.com) (previously typekit.com) | -| `Algolia`. | [algolia.com](https://www.algolia.com). | +| `Algolia` | [algolia.com](https://www.algolia.com) | | `Bunny Fonts` | [fonts.bunny.net](https://fonts.bunny.net/) | | `Cloudflare Turnstile` | [cloudflare.com](https://www.cloudflare.com/application-services/products/turnstile/) | | `Cloudflare Web Analytics` | [cloudflare.com](https://developers.cloudflare.com/web-analytics/) |