File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @beyondbetter/bb-mcp-server" ,
3- "version" : " 0.1.11 " ,
3+ "version" : " 0.1.12 " ,
44 "description" : " Comprehensive library for building Deno-based MCP servers" ,
55 "license" : " MIT" ,
66 "copyright" : " 2025 - Beyond Better <charlie@beyondbetter.app>" ,
Original file line number Diff line number Diff line change @@ -640,6 +640,7 @@ export class DocsEndpointHandler {
640640 headers : {
641641 'Content-Type' : 'text/html; charset=utf-8' ,
642642 'Cache-Control' : 'public, max-age=3600' ,
643+ 'Content-Security-Policy' : "default-src 'self'; style-src 'self' https://cdn.jsdelivr.net 'unsafe-inline'; script-src 'self'; img-src 'self' data:; font-src 'self' data:;" ,
643644 } ,
644645 } ) ;
645646 }
@@ -671,6 +672,7 @@ export class DocsEndpointHandler {
671672 status,
672673 headers : {
673674 'Content-Type' : 'text/html; charset=utf-8' ,
675+ 'Content-Security-Policy' : "default-src 'self'; style-src 'self' https://cdn.jsdelivr.net 'unsafe-inline'; script-src 'self'; img-src 'self' data:; font-src 'self' data:;" ,
674676 } ,
675677 } ) ;
676678 }
You can’t perform that action at this time.
0 commit comments