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

Add Secure and CookieHttpOnly parameters #11

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Add Secure and CookieHttpOnly parameters #11

merged 1 commit into from
Aug 17, 2020

Conversation

rodolpheh
Copy link
Contributor

@rodolpheh rodolpheh commented Aug 13, 2020

Some users want to be able to enable the Secure and HttpOnly flags on the lang cookie. Here is an example from Gitea : go-gitea/gitea#9690

@codecov
Copy link

codecov bot commented Aug 13, 2020

Codecov Report

Merging #11 into master will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          130       130           
=========================================
  Hits           130       130           
Impacted Files Coverage Δ
i18n.go 100.00% <100.00%> (ø)

Copy link
Contributor

@unknwon unknwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@unknwon unknwon merged commit d39e15d into go-macaron:master Aug 17, 2020
@rodolpheh rodolpheh deleted the feature/secure-cookie branch December 31, 2020 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants