diff options
author | Ivan Blinkov <ivan@ydb.tech> | 2025-04-28 21:35:52 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 14:35:52 +0000 |
commit | 2141e149f63aa66eab1bd2b51a8aee6acab736ec (patch) | |
tree | 07c9556d522e0343adf1b06fc888fd012f3b6dd4 | |
parent | cbd7e42cb258dcb3641271e2dffec2be1eb15e24 (diff) | |
download | ydb-2141e149f63aa66eab1bd2b51a8aee6acab736ec.tar.gz |
DOCSSUP-1979: extend CSP for #17788 (#17824)
-rw-r--r-- | ydb/docs/.yfm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ydb/docs/.yfm b/ydb/docs/.yfm index 0a82af4514e..2bc911ba58e 100644 --- a/ydb/docs/.yfm +++ b/ydb/docs/.yfm @@ -5,7 +5,10 @@ allowCustomResources: true included: true resources: style: - - _assets/tags.css + - _assets/tags.css + csp: + - "img-src": + - "https://github.ydb.tech" docs-viewer: project-name: ydb |