Add Gravatar

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-12-26 11:58:52 -05:00
parent 3b38b8b955
commit 9ee00ae034
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -69,7 +69,7 @@ add_header Permissions-Policy "accelerometer=(), ambient-light-sensor=(), autopl
Use the following as your [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP#:~:text=Content%20Security%20Policy%20(CSP)%20is,site%20defacement%2C%20to%20malware%20distribution.):
```
add_header Content-Security-Policy "default-src 'none'; connect-src 'self' https://api.github.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data:; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'";
add_header Content-Security-Policy "default-src 'none'; connect-src 'self' https://api.github.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://www.gravatar.com; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'";
```
### CORP, COEP, COOP