Users are getting an error message when opening Excel workbooks that have a web add-in manifest pre-inserted into them, instead of getting prompted to trust the add-in.
Message: "ADD-IN BLOCKED Untrusted web add-ins from the Internet are blocked by default. This add-in is from \\myhost.us.mycompany.com\web-addins."
Environment:
- Windows, Excel 2016 desktop.
- Our web add-in (fka Office add-in) is hosted on a non-MSFT server.
- The catalog location hosting the manifest is on a Windows file share. Call it \\myhost.us.mycompany.com\web-addins.
Research:
- Googling for the first sentence in the error message returns 0 hits.
- Looked for a setting in Excel > File > Options > Trust Center > Trust Center Settings > Trusted Add-in Catalogs. Nothing found to override this blocking behavior.
Question: Is there a way to avoid this message, other than adding the trusted catalog setting to every end-user's Excel configuration?