mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Merge branch 'stretch-unstable' into permission_protection
This commit is contained in:
commit
6ee3486783
2 changed files with 9 additions and 1 deletions
|
@ -289,7 +289,7 @@ if permission then
|
||||||
|
|
||||||
-- If the user is authenticated and has access to the URL, set the headers
|
-- If the user is authenticated and has access to the URL, set the headers
|
||||||
-- and let it be
|
-- and let it be
|
||||||
if permission["auth_header"] then
|
if permission["auth_header"] and hlp.has_access(permission) then
|
||||||
logger.debug("Set Headers")
|
logger.debug("Set Headers")
|
||||||
hlp.set_headers()
|
hlp.set_headers()
|
||||||
end
|
end
|
||||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
ssowat (3.7.1) stable; urgency=low
|
||||||
|
|
||||||
|
- [fix] Don't set auth headers if user don't have access (#158)
|
||||||
|
|
||||||
|
Thanks to all contributors <3 ! (Josue)
|
||||||
|
|
||||||
|
-- Alexandre Aubin <alex.aubin@mailoo.org> Thu, 9 April 2020 15:23:00 +0000
|
||||||
|
|
||||||
ssowat (3.7.0.3) stable; urgency=low
|
ssowat (3.7.0.3) stable; urgency=low
|
||||||
|
|
||||||
Bumping version number for stable release
|
Bumping version number for stable release
|
||||||
|
|
Loading…
Add table
Reference in a new issue