mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-02 11:26:29 -05:00
Fix external resource errors (#2066)
This commit is contained in:
parent
28c576110c
commit
47377df8da
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "mkdocs-material-insiders"]
|
|
||||||
path = modules/mkdocs-material
|
|
||||||
url = git@github.com:privacyguides/mkdocs-material-insiders.git
|
|
||||||
[submodule "theme/assets/brand"]
|
[submodule "theme/assets/brand"]
|
||||||
path = theme/assets/brand
|
path = theme/assets/brand
|
||||||
url = https://github.com/privacyguides/brand.git
|
url = https://github.com/privacyguides/brand.git
|
||||||
|
[submodule "modules/mkdocs-material"]
|
||||||
|
path = modules/mkdocs-material
|
||||||
|
url = git@github.com:privacyguides/mkdocs-material-insiders.git
|
||||||
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
@ -501,7 +501,7 @@
|
|||||||
},
|
},
|
||||||
"mkdocs-material": {
|
"mkdocs-material": {
|
||||||
"path": "./modules/mkdocs-material",
|
"path": "./modules/mkdocs-material",
|
||||||
"version": "==9.0.15+insiders.4.32.1"
|
"version": "==9.1.0+insiders.4.32.2"
|
||||||
},
|
},
|
||||||
"mkdocs-material-extensions": {
|
"mkdocs-material-extensions": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d42d5882bfe62fffb411263e04262200c7ce12d7
|
Subproject commit 4f412966a61b20a0f739f999e8ee0dd48484cdbe
|
@ -12,9 +12,14 @@
|
|||||||
Content-Security-Policy = "default-src 'none'; script-src https://www.privacyguides.org https://api.privacyguides.net 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src data: 'self'; connect-src https://api.github.com https://*.privacyguides.net 'self'; frame-src https://*.privacyguides.net; frame-ancestors 'none'"
|
Content-Security-Policy = "default-src 'none'; script-src https://www.privacyguides.org https://api.privacyguides.net 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src data: 'self'; connect-src https://api.github.com https://*.privacyguides.net 'self'; frame-src https://*.privacyguides.net; frame-ancestors 'none'"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/about/donate/"
|
for = "/:lang/about/donate/"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Security-Policy = "default-src 'none'; script-src https://opencollective.com https://www.privacyguides.org https://api.privacyguides.net 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src https://opencollective.com data: 'self'; connect-src https://api.github.com https://api.privacyguides.net 'self'; frame-src https://opencollective.com; frame-ancestors 'none'"
|
Content-Security-Policy = "default-src 'none'; script-src https://opencollective.com https://www.privacyguides.org https://api.privacyguides.net 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src https://opencollective.com data: 'self'; connect-src https://api.github.com https://*.privacyguides.net 'self'; frame-src https://opencollective.com; frame-ancestors 'none'"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/:lang/tor/"
|
||||||
|
[headers.values]
|
||||||
|
Content-Security-Policy = "default-src 'none'; script-src https://www.privacyguides.org https://api.privacyguides.net 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src data: 'self'; connect-src https://api.github.com https://*.privacyguides.net 'self'; frame-src https://snowflake.torproject.org; frame-ancestors 'none'"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/.well-known/matrix/*"
|
from = "/.well-known/matrix/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user