From ef0fdbf1a71294b1917bacfbf4c023f866b06c69 Mon Sep 17 00:00:00 2001 From: Evgeny Abramovich Date: Sun, 17 Sep 2023 15:17:51 -0300 Subject: [PATCH] Updated README.md and ROADMAP.md --- README.md | 50 ++++++++++++++++++++++++++------------------------ ROADMAP.md | 2 +- 2 files changed, 27 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index c7df9a69..b263a4e7 100644 --- a/README.md +++ b/README.md @@ -9,29 +9,29 @@

- Go version + Go version - - GitHub version + + GitHub version + + + License + + + Coverage + + + Go Report Card + + + Reliability Rating + + + Security Rating + + + Lines of Code - - License - - - Coverage - - - Go Report Card - - - Reliability Rating - - - Security Rating - - - Lines of Code -

# Core features @@ -99,11 +99,13 @@ uncors --from 'http://localhost' --to 'https://github.com' --http-port 8080 More information about configuration and usage you can find on [UNCORS wiki](https://github.com/evg4b/uncors/wiki). -# ⚠️ Caution +# ⚠️ Caution -Please note that removing or replacing CORS headers can pose potential security vulnerabilities. This tool is specifically designed to streamline the development and testing workflow and should not be used in a production environment or as a remote proxy server. It has not undergone a thorough security review, so caution should be exercised when utilizing it. +Please note that removing or replacing CORS headers can pose potential security vulnerabilities. This tool is +specifically designed to streamline the development and testing workflow and should not be used in a production +environment or as a remote proxy server. It has not undergone a thorough security review, so caution should be exercised +when utilizing it. ## Stargazers over time [![Stargazers over time](https://starchart.cc/evg4b/uncors.svg)](https://starchart.cc/evg4b/uncors) - diff --git a/ROADMAP.md b/ROADMAP.md index 362ea96c..2d307a25 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -60,7 +60,7 @@ - [X] Response caching - [PR](https://github.com/evg4b/uncors/pull/17) - [X] JSON Schema for config file - [PR](https://github.com/evg4b/uncors/pull/19) -- [ ] Automatically reload the server after configuration changes - [PR](https://github.com/evg4b/uncors/pull/22) +- [X] Automatically reload the server after configuration changes - [PR](https://github.com/evg4b/uncors/pull/22) ## Future features