- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们有一个专为公司内部使用而构建的 Google Chrome 扩展程序。到目前为止,它一直使用 GPO 进行部署,并且在 Chrome 33 出现之前一直运行良好。现在扩展程序没有出现在扩展程序列表中,也不是事件的:'(。部署/安装过程是否随着 Chrome 33 for GPO 的变化而改变?我们现在需要做任何不同的事情,或者如何通过 GPO 部署扩展程序在 Chrome 33 之后的世界里?
我们按照建议使用 GPO 进行安装 here (“通过组策略预安装”部分)和详细信息 here .我们设置 GPO ExtensionInstallForcelist
, ExtensionInstallWhitelist
, 和 ExtensionInstallSources
.
我们的扩展程序和更新 xml 文件不在 Chrome 网上应用店托管。 Chrome 33 中有计划的更改(以保护用户免受恶意扩展程序的侵害),强制扩展程序位于 Chrome 网上应用店,但从所有文档中我们可以发现这不适用于 GPO 安装的扩展程序,如 http://www.chromium.org/developers/extensions-deployment-faq 所述。 :
Users can only install extensions hosted in the Chrome Web store, except for installs via enterprise policy or developer mode.
...
What are the supported deployment options for extensions after this change? ... For Enterprises, we’ll continue to support group policy to install extensions, irrespective of where the extensions are hosted. Note that the user's machine has to join a domain for GPO policy pushes to be effective.
...
Extensions that were previously installed, but not hosted on the Chrome Web Store will be hard-disabled (i.e the user cannot enable these extensions again), except for installs via enterprise policy or developer mode.
We’ll continue to support local extension installs during development as well as installs via Enterprise policy, and Chrome Apps will also continue to be supported normally.
最佳答案
有问题的机器实际上是否在使用组策略的 Windows 域中?我们看到了一些滥用注册表/GPO 的恶意软件,并一直在加强我们已经实现的检查,以确保企业策略仅由企业管理的机器使用。
关于google-chrome - 如何在 Chrome 33+ 中通过 GPO 自动安装 Chrome 扩展程序(Chrome 错误或 GPO 安装扩展程序的未记录更改?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22049727/
我是一名优秀的程序员,十分优秀!