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

Policy extension source #717

Open
difo opened this issue May 26, 2022 · 6 comments
Open

Policy extension source #717

difo opened this issue May 26, 2022 · 6 comments

Comments

@difo
Copy link

difo commented May 26, 2022

I'm trying to add an extension from a custom repository on azure blob but the error below pops up every time.
image

I've also try to force the origin (also any origin) as trusted source.
I also tried to add the extension id to the allowlist
image

To be honest it seems that the policy "extensioninstallsources" is ignored also if it's correctly loaded (see status).

We have a strong need to distribute the extension internally without publishing it in the store.

@guest271314

This comment was marked as off-topic.

@difo
Copy link
Author

difo commented Jun 8, 2022

ciao,
yes in dev mode it works. It's a topic of whitelist a source that is not possible to do neither adding it using the policy that was designed for that.

@guest271314

This comment was marked as off-topic.

@difo
Copy link
Author

difo commented Jun 8, 2022

yes it's a chrome error when I try to add the extension it pop ups this
image
also if the policy is correctly loaded see the picture in the very first comment that the policy is displayed with an OK and yes the policies name are "allowlist" "extensioninstallsources"

@guest271314

This comment was marked as off-topic.

@kunal0x00
Copy link

steps to fix this error :
step 1: open >>Properties>>Shortcut>>Target
step 2: In target section add this line after giving a space -enable-easy-off-store-extension-install
for example, my Target of chrome is "C:\Program Files\Google\Chrome\Application\chrome.exe" then give one space and add
'-enable-easy-off-store-extension-install' this line

Old target:- "C:\Program Files\Google\Chrome\Application\chrome.exe"
Updated target : "C:\Program Files\Google\Chrome\Application\chrome.exe" -enable-easy-off-store-extension-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants