gocsaf / csaf

Tools to download or provide CSAF (Common Security Advisory Framework) documents.
https://csaf.io
41 stars 24 forks source link

set ACAO header to allow cross-origin access for public files #479

Open bernhardreiter opened 1 year ago

bernhardreiter commented 1 year ago

To allow browser based application to access the public files, the HTTP header Access-Control-Allow Origin: * must be set.

For more details see https://github.com/csaf-poc/csaf_webview/issues/15 and https://github.com/oasis-tcs/csaf/issues/653 .