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
Over at jquery/infrastructure-puppet#54, we're adding CSP headers at the server level for all sites hosted in jQuery Infra. We've applied these to https://stage.gruntjs.com/ in staging (report-only, we're not blocking any requests!).
We've started with a fairly narrow set of rules to see what we actually need to allow:
Over at jquery/infrastructure-puppet#54, we're adding CSP headers at the server level for all sites hosted in jQuery Infra. We've applied these to https://stage.gruntjs.com/ in staging (report-only, we're not blocking any requests!).
We've started with a fairly narrow set of rules to see what we actually need to allow:
It looks like we might need these exemptions (drafted in jquery/infrastructure-puppet#61 by @timmywil):
script-src revive.bocoup.com
script-src www.google-analytics.com
style-src 'self' fonts.googleapis.com
Questions:
revive.bocoup.com
was shutdown in 2017. Is this okay to remove?Lato:400,700
, mainly used for the "Grunt" wordmark on the home page, to match the official logo art (https://github.com/openjs-foundation/artwork/tree/main/projects/grunt).What do you think?
/cc @vladikoff @XhmikosR @shama
The text was updated successfully, but these errors were encountered: