Can we have multiple silentUri parameters to exclude multiple resources from report

Hi,

I have multiple external components loading in a page which I don’t want to include in the reports. They have separate domains so how can I have provide multiple silentUri parameters in the http protocol.
I am adding them like

.baseUrl("baseurl")
  .acceptHeader("*/*")
.inferHtmlResources()
 .userAgentHeader("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36")
.silentUri("https://xxx.com/xxx.js")
.silentUri("https://yyy.com/yyy.js")

By adding above parameters only "https://yyy.com/yyy.js" is getting excluded . How can I exclude both the reources?

Thanks & Regards
Arpita