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
On https://doc.wikimedia.org we have a pretty restrictive CSP that only allows local/self-hosted resources for both privacy and security reasons (e.g. a broken report). Would it be possible to bundle any necessary resources with grcov so they don't need to be loaded from a remote site? This would also be nice for offline usage.
To support restricted or offline environments, bundle the bulma CSS with
grcov instead of loading it from the jsdelivr CDN.
HTML reports will now create `bulma.min.css` in the root directory and
relatively reference it in all the HTML files.
Fixesmozilla#1079.
Hi, thanks for developing grcov!
On https://doc.wikimedia.org we have a pretty restrictive CSP that only allows local/self-hosted resources for both privacy and security reasons (e.g. a broken report). Would it be possible to bundle any necessary resources with grcov so they don't need to be loaded from a remote site? This would also be nice for offline usage.
See for example how a PHPUnit report bundles bootstrap.
The text was updated successfully, but these errors were encountered: