Skip to content

Commit

Permalink
Artifacts's integration with ThirdWeb Wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
devjangid15 committed Sep 13, 2024
1 parent ad30434 commit 8ee8f90
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,9 @@ bool ChromeWebUIControllerFactory::IsWebUIAllowedToMakeNetworkRequests(
// https://crbug.com/831813
origin.host() == chrome::kChromeUIInspectHost ||
// https://crbug.com/859345
origin.host() == chrome::kChromeUIDownloadsHost;
origin.host() == chrome::kChromeUIDownloadsHost ||

origin.host() == chrome::kChromeUIRewardsHost;
}

ChromeWebUIControllerFactory::ChromeWebUIControllerFactory() = default;
Expand Down

0 comments on commit 8ee8f90

Please sign in to comment.