Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensions can't access edgeservices.bing.com/chat #156

Open
eadan-y-walkme opened this issue May 30, 2024 · 5 comments
Open

Extensions can't access edgeservices.bing.com/chat #156

eadan-y-walkme opened this issue May 30, 2024 · 5 comments
Assignees
Labels
Bug the issue is a code defect that should be fixed Investigating The reported bug or issue is being actively investigated

Comments

@eadan-y-walkme
Copy link

Hey, seems like when browsing "edgeservices.bing.com/chat" on Edge, no extension content script runs on that page. Is it some kind of known limitation? Does Edge have some code to explicitly isolate that domain / URL from extensions?

@RanadhirMSFT
Copy link
Collaborator

Hey @eadan-y-walkme, thank you for reaching out to us.

Could you please help us with the required below details?

It will be helpful for our team to investigate.

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@sivMSFT sivMSFT assigned sivMSFT and RanadhirMSFT and unassigned sivMSFT Jun 5, 2024
@sivMSFT sivMSFT added Bug the issue is a code defect that should be fixed Investigating The reported bug or issue is being actively investigated labels Jun 5, 2024
@sandeepchads
Copy link

@eadan-y-walkme sorry I am not clear. Are you expecting your extension to be able to access the co-pilot chat etc. or are you trying whether in the chat experience, an extension is able work.

@eadan-y-walkme
Copy link
Author

Hey, I'm expecting my extension (and ANY extension actually) to be able to access pages under "edgeservices.bing.com/chat" domain, when browsed regularly within a browser tab, just like any other page.

@sandeepchads
Copy link

@eadan-y-walkme Thanks for the feedback. Trying understand your scenario a little better. You wish to get access only the webpage for customization purposes or are you suggesting that you would like to use co-pilot APIs to create AI based capabilities?

Maybe a little more clarity on your scenario would help. Maybe you can share what do you wish to accomplish if you had access to the page.

@eadan-y-walkme
Copy link
Author

Our product is Digital Adoption Platform, which allows for example customer to show a message to their end users when reaching certain sites (for example - "Please don't share any sensitive data with the Copilot chat"). We need our extension to be able to show such messages on the URL.
Generally speaking, i'm not sure how the use case is relevant - chromium extension should have access to any web page (assuming it has permissions to it), expect chrome:https:// (or edge:https://) pages. Excluding specific URLs from inject the content scripts of extensions breaks that model. My best guess is that it was excluded from extensions because it is the same URL that is opened on the new Edge Sidebar, but when browsing the url from a regular tab - extension should work as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug the issue is a code defect that should be fixed Investigating The reported bug or issue is being actively investigated
Projects
None yet
Development

No branches or pull requests

4 participants