You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the 'type' for 'IconURL' should be 'string' ?
Sounds like a good plan. Will be changed in Enterprise Policy Generator 5.0. There is no release date for version 5.0 yet* but it will be sometime in the next few weeks.
Thank you for checking that manually adding such an IconURL works.
*) The current due date of the 5.0 milestone on GitHub does not reflect the current plannings. It will be released as soon as it's done and the due date of the 5.0 milestone can be understood as "not later than".
Describe the bug
The 'Icon URL' input box gives 'invalid URL' when entering an inline encoded image and doesn't add the IconURL to the output policies.json
The 'URL' I'm using is:
data:image/png;base64,iVBORw0KGgo...RK5CYII=
(string shortened for brevity)
Manually adding such an IconURL string to the generated policies.json works fine
Version information:
Additional context
Interestingly, the input text box for the 'URL for searches' will accept a 'data:image/...' URL without complaining ...
Looking at the policy generator code (js/core/policies.js), it has:
Maybe the 'type' for 'IconURL' should be 'string' ?
The text was updated successfully, but these errors were encountered: