When rescuing tokens, we only check whether this token is supported.
If it is not a supported token, the owner can claim any amounts.
https://github.com/code-423n4/2024-03-abracadabra-money/blob/1f4693fdbf33e9ad28132643e2d6f7635834c6c6/src/blast/BlastOnboarding.sol#L205-L212
There might be a scenario as follows:
Token A is initially set as a supported token.
Users deposit some amounts.
After some time, this token is set as unsupported.
As a result, the owner can claim this token, and therefore users who deposited it cannot claim their tokens.
Please add below additional check.
By doing this, the owner can claim the donated supported tokens also.
