Skip to content

Commit

Permalink
Merge 9964202 into c688070
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 28, 2018
2 parents c688070 + 9964202 commit 5acf886
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions config/helmet-csp.js
Expand Up @@ -19,7 +19,7 @@ const CSP = {
'api.github.com',
'www.ziprecruiter.com',
'api.ziprecruiter.com',
'codefund.io',
'codefund.app',
(req, res) => `'nonce-${res.locals.nonce}'`
],
styleSrc: [
Expand All @@ -42,9 +42,8 @@ const CSP = {
'*.convertro.com',
'*.c3tag.com',
'*.2mdn.net',
'codefund.io',
'cdn.codefund.io',
'cdn.codefund.app',
'codefund.app',
'cdn2.codefund.app',
'launchbit.com',
'www.launchbit.com',
'www.ziprecruiter.com'
Expand All @@ -67,8 +66,7 @@ const CSP = {
'ghbtns.com'
],
connectSrc: [
'syndication.twitter.com',
'codefund.io'
'syndication.twitter.com'
],
manifestSrc: ['\'self\'']
};
Expand Down
2 changes: 1 addition & 1 deletion views/_partials/codefund.pug
Expand Up @@ -2,4 +2,4 @@
#codefund

block scripts
script(async, src='https://codefund.io/scripts/c6a10903-6a7f-435b-92b2-99c9c9ce3379/embed.js?target=codefund&theme=bootstrapcdn')
script(async, src='https://codefund.app/properties/101/funder.js')
2 changes: 1 addition & 1 deletion views/about.pug
Expand Up @@ -97,7 +97,7 @@ block content

p.
In May 2018, we created #[a(href='https://opencollective.com/getbootstrapcdn', rel='noopener', target='_blank') an organization on Open Collective].
We use the collective for any money we make from ethical advertisements (#[a(href='https://codefund.io/?utm_campaign=partner&utm_source=bootstrapcdn&utm_medium=bootstrapcdn', rel='noopener', target='_blank') CodeFund])
We use the collective for any money we make from ethical advertisements (#[a(href='https://codefund.app/?utm_campaign=partner&utm_source=bootstrapcdn&utm_medium=bootstrapcdn', rel='noopener', target='_blank') CodeFund])
and affiliate commissions (#[a(href='/themes/') Themes], #[a(href='/books/') Books] and #[a(href='/jobs/') Jobs]).
This allows us to do the following:

Expand Down

0 comments on commit 5acf886

Please sign in to comment.