Add dart hosts to the list of hosts with RubberStamper

Bug: 1297090
Fixes: b/269589394
Change-Id: I03cfb06ee540e91f0535139cea3f51770e9d66bd
diff --git a/web/plugin.ts b/web/plugin.ts
index 47fbe13..c5fc70d 100644
--- a/web/plugin.ts
+++ b/web/plugin.ts
@@ -49,6 +49,8 @@
   const rubberStamperHosts = [
     'chromium',
     'chrome-internal',
+    'dart',
+    'dart-internal',
     'fuchsia',
     'skia',
     'turquoise',