angular-esri-components icon indicating copy to clipboard operation
angular-esri-components copied to clipboard

Change esri css url to https

Open tonivrbic opened this issue 6 years ago • 2 comments

Inside the environments.ts file the arcGisCssUrl uses http:// instead of https:// or just ://. This causes, on sites using https, blocking of loading the stylesheet because it violates the mixed content policy.

tonivrbic avatar Jan 22 '19 13:01 tonivrbic

This has caused issues for me as well

dLeung09 avatar Jan 30 '19 16:01 dLeung09

I resolved by myself and created a pull request. For now, I published a new package on npm while my PR is not approved: https://www.npmjs.com/package/angular-esri-components-https

rosostolato avatar May 20 '19 13:05 rosostolato