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

Changes to default_unauthz_handler to remove use of referrer header. #921

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

jwag956
Copy link
Collaborator

@jwag956 jwag956 commented Feb 16, 2024

Also - if a configured callable returns None or empty - return a 403, just as the default behavior does.

Document precisely what happens.

closes #904

Also - if a configured callable returns None or empty - return a 403, just as the default behavior does.

Document precisely what happens.

closes #904
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bfe1deb) 98.40% compared to head (453d928) 98.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #921      +/-   ##
==========================================
+ Coverage   98.40%   98.44%   +0.04%     
==========================================
  Files          35       35              
  Lines        4500     4493       -7     
==========================================
- Hits         4428     4423       -5     
+ Misses         72       70       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwag956 jwag956 merged commit 857a11e into master Feb 16, 2024
19 checks passed
@jwag956 jwag956 deleted the refer904 branch February 16, 2024 15:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Default unauthorized handler can redirect to the request.referrer header
1 participant