Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lombiq/azure-blob-storage-cors-setter
This small tool is to set CORS configuration of an Azure Blob Storage account. Use this to e.g. fix cross-origin issues when trying to load fonts from CSS inside CSS files that are stored in Blob Storage.
https://github.com/lombiq/azure-blob-storage-cors-setter
azure azure-blob azure-blob-storage
Last synced: about 1 month ago
JSON representation
This small tool is to set CORS configuration of an Azure Blob Storage account. Use this to e.g. fix cross-origin issues when trying to load fonts from CSS inside CSS files that are stored in Blob Storage.
- Host: GitHub
- URL: https://github.com/lombiq/azure-blob-storage-cors-setter
- Owner: Lombiq
- Created: 2020-04-07T14:52:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T00:48:51.000Z (over 2 years ago)
- Last Synced: 2024-12-16T19:45:14.373Z (about 1 month ago)
- Topics: azure, azure-blob, azure-blob-storage
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Azure Blob Storage CORS Setter Readme
This small tool is to set CORS configuration of an Azure Blob Storage account. Use this to e.g. fix cross-origin issues when trying to load fonts from CSS inside CSS files that are stored in Blob Storage.
See: http://blog.codingoutloud.com/2014/02/21/stupid-azure-trick-6-a-cors-toggler-command-line-tool-for-windows-azure-blobs/ and http://gauravmantri.com/2013/12/01/windows-azure-storage-and-cors-lets-have-some-fun/