Skip to content

Commit

Permalink
Merge pull request #16 from quiltt/broaden-allowed-url-list
Browse files Browse the repository at this point in the history
Broaden allowList URLs
  • Loading branch information
zubairaziz authored Apr 30, 2024
2 parents 2c3b7b5 + 46a53e2 commit aba3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/QuilttConnector/QuilttConnectorWebview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class QuilttConnectorWebview: WKWebView, WKNavigationDelegate {
"quiltt.app",
"quiltt.dev",
"moneydesktop.com",
"cdn.plaid.com/link/v2/stable/link.html",
"cdn.plaid.com",
]

private func shouldRender(_ url: URL) -> Bool {
Expand Down

0 comments on commit aba3b8e

Please sign in to comment.