Enhancement: Facebook token should not be in URL query string #96
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit Finding H-8
Severity: Medium (security)
Issue:
FacebookService passes the page access token in the URL query string (
?access_token=...) which can be logged by proxies, CDNs, and server access logs.Fix: Move to Authorization header:
Authorization: Bearer {token}.Files:
FacebookService.phpLabel:
priority: medium,type: securityBranch created:
feature/96-enhancement-facebook-token-should-not-be