Bug 244137 - [Apple Pay] limit how frequently canMakePayments actually checks with PassKit
Summary: [Apple Pay] limit how frequently canMakePayments actually checks with PassKit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-19 13:41 PDT by Devin Rousso
Modified: 2022-08-22 10:40 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2022-08-19 13:41:03 PDT
it's unlikely that the result of canMakePayments will change during the lifetime of a page, so we should at least do something to prevent websites from being abusive about checking
Comment 1 Devin Rousso 2022-08-19 13:42:22 PDT
<rdar://problem/98889200>
Comment 2 Devin Rousso 2022-08-19 13:44:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3485
Comment 3 EWS 2022-08-22 10:40:30 PDT
Committed 253649@main (ba0ed9bfe1b0): <https://commits.webkit.org/253649@main>

Reviewed commits have been landed. Closing PR #3485 and removing active labels.