Skip to content

Commit

Permalink
Updated README.md and ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Nov 21, 2023
1 parent 8b7606b commit ef0fdbf
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
50 changes: 26 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
</p>
<p align="center">
<a href="https://go.dev">
<img alt="Go version" src="https://img.shields.io/github/go-mod/go-version/evg4b/uncors">
<img alt="Go version" src="https://img.shields.io/github/go-mod/go-version/evg4b/uncors/develop?label=go">
</a>
<a href="https://github.com/evg4b/uncors/releases/latest">
<img alt="GitHub version" src="https://img.shields.io/github/v/tag/evg4b/uncors?label=version">
<a href="#">
<img alt="GitHub version" src="https://img.shields.io/badge/version-%40next-blue">
</a>
<a href="https://github.com/evg4b/uncors/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/evg4b/uncors?label=license&branch=develop">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Coverage" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=coverage&branch=develop">
</a>
<a href="https://goreportcard.com/report/github.com/evg4b/uncors">
<img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/evg4b/uncors">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Reliability Rating" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=reliability_rating&branch=develop">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Security Rating" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=security_rating&branch=develop">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Lines of Code" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=ncloc&branch=develop">
</a>
<a href="https://github.com/evg4b/uncors/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/evg4b/uncors?label=license">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Coverage" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=coverage">
</a>
<a href="https://goreportcard.com/report/github.com/evg4b/uncors">
<img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/evg4b/uncors">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Reliability Rating" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=reliability_rating">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Security Rating" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=security_rating">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=evg4b_uncors">
<img alt="Lines of Code" src="https://sonarcloud.io/api/project_badges/measure?project=evg4b_uncors&metric=ncloc">
</a>
</p>

# Core features
Expand Down Expand Up @@ -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)

2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef0fdbf

Please sign in to comment.