( BaT | 2021. 01. 18., h – 12:50 )

Here Apple, fixed for ya:

-if (product.name.match(/iPhone/i)) {
+if (product.name.match(/\\biPhone\\b/i)) {
     sendAttorneysRequestFor(product);
 }