Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cors: add a flag for cors #5671

Merged
merged 8 commits into from
Feb 21, 2020
Merged

cors: add a flag for cors #5671

merged 8 commits into from
Feb 21, 2020

Commits on Feb 18, 2020

  1. cors: add a flag for cors

    - added a flag to the rest server that if you are fine with accepting all cors you can.
    
    let the user decide
    
    Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
    tac0turtle committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    efa1b7b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. still wip

    tac0turtle committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    e50e099 View commit details
    Browse the repository at this point in the history
  2. Update client/flags/flags.go

    Co-Authored-By: Alessio Treglia <alessio@tendermint.com>
    tac0turtle and Alessio Treglia authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    4a10106 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Merge branch 'master' into marko/add_cors

    Alessio Treglia authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    7bd89c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    259b9b2 View commit details
    Browse the repository at this point in the history
  2. address comments

    tac0turtle committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    559899d View commit details
    Browse the repository at this point in the history
  3. fix undefined

    tac0turtle committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    45d61b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e035a7f View commit details
    Browse the repository at this point in the history