jomarko commented on code in PR #2126:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2126#discussion_r1466051828


##########
packages/chrome-extension-pack-kogito-kie-editors/manifest.dev.json:
##########
@@ -7,8 +7,8 @@
     {
       "run_at": "document_idle",
       "js": ["content_scripts/github.js"],
-      "matches": ["https://*.github.com/*";],
-      "all_frames": true
+      "matches": ["https://*/*";, "http://*/*";],
+      "all_frames": false

Review Comment:
   `all_frames` as `false` helps us to not produce similar logs, in other words 
do not try to inject 'Open in KIE Sandbox' button into nested frames, where we 
do not need it.
   
   
![image](https://github.com/apache/incubator-kie-tools/assets/8044780/4ac254e2-7581-4268-ab2d-e012bbfffdba)
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to