mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #377] [MERGED] Added cookies to the icon download request. #3738
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/377
Author: @BlackDex
Created: 1/31/2019
Status: ✅ Merged
Merged: 1/31/2019
Merged by: @dani-garcia
Base:
master← Head:icon-cookies📝 Commits (2)
5016e30Added cookies to the icon download request.bc461d9Some small changes on the iter of the cookies📊 Changes
1 file changed (+22 additions, -5 deletions)
View changed files
📝
src/api/icons.rs(+22 -5)📄 Description
Some sites use XSRF Tokens, or other Tokens to verify a subseqense
response. The cookies which are sent during the page request are now
used when downloading the favicon.
A site which uses this is mijn.ing.nl.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.