File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,8 @@ export default function MCPServerPage() {
367367 muted
368368 playsInline
369369 poster = "/images/services-hero.webp"
370+ controls = { false }
371+ onContextMenu = { ( e ) => e . preventDefault ( ) } // disable right click
370372 className = "absolute w-full h-full object-contain mix-blend-lighten"
371373 >
372374 Your browser does not support the video tag.
@@ -512,6 +514,8 @@ export default function MCPServerPage() {
512514 muted
513515 playsInline
514516 poster = "/images/services-hero.webp"
517+ controls = { false }
518+ onContextMenu = { ( e ) => e . preventDefault ( ) } // disable right click
515519 className = "absolute w-full h-full object-contain mix-blend-lighten"
516520 >
517521 Your browser does not support the video tag.
You can’t perform that action at this time.
0 commit comments