nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
108 stars 64 forks source link

Setting authorization header globally in basicauth.php is dangerous (fix for #141) #142

Closed bjoernv closed 4 years ago

bjoernv commented 4 years ago

Fixes #141

Changes proposed in this pull request:

nerdmaennchen commented 4 years ago

Hey there.

Thank you so much for bringing this up! Indeed this is a serious flaw and your fix looks good. I also agree that disabling follow_location is the better default behavior

Thanks again!