CARVIEW |
Select Language
HTTP/2 302
date: Sat, 19 Jul 2025 10:39:31 GMT
content-type: text/html; charset=utf-8
content-length: 0
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
access-control-allow-origin:
location: https://raw.githubusercontent.com/nextapps-de/winbox/0.2.82/src/css/winbox.css
cache-control: no-cache
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
x-github-request-id: BA90:2BEE38:3BE921:4B65F2:687B75E2
HTTP/2 200
cache-control: max-age=300
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
content-type: text/plain; charset=utf-8
etag: W/"c7c5ab1feb1fb895ccfe2a81b252e25732b5528d1d3a227027c84c7508d5ff65"
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-request-id: BCEA:38CB86:E6490:25F0FA:687B75E0
content-encoding: gzip
accept-ranges: bytes
date: Sat, 19 Jul 2025 10:39:31 GMT
via: 1.1 varnish
x-served-by: cache-bom4729-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752921571.189611,VS0,VE344
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 3ce4c59e1b3a7eb09858671ae321a75707dfc9c2
expires: Sat, 19 Jul 2025 10:44:31 GMT
source-age: 0
content-length: 1530
.winbox {
position: fixed;
left: 0;
top: 0;
background: #0050ff;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
/* using transform make contents blur when applied and requires more gpu memory */
transition: width 0.3s, height 0.3s, left 0.3s, top 0.3s;
transition-timing-function: cubic-bezier(0.3, 1, 0.3, 1);
/* contain "strict" does not make overflow contents selectable */
contain: layout size;
/* explicitly set text align to left fixes an issue with iframes alignment when centered */
text-align: left;
/* workaround for using passive listeners */
touch-action: none;
}
.wb-header {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 35px;
line-height: 35px;
color: #fff;
overflow: hidden;
z-index: 1;
}
.wb-body {
position: absolute;
top: 35px;
left: 0;
right: 0;
bottom: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
will-change: contents;
background: #fff;
/* when no border is set there is some thin line visible */
/* always hide top border visually */
margin-top: 0 !important;
contain: strict;
z-index: 0;
}
/*
body > .wb-body{
position: relative;
display: inline-block;
visibility: hidden;
contain: none;
}
*/
.wb-drag {
height: 100%;
padding-left: 10px;
cursor: move;
}
.wb-title {
font-family: Arial, sans-serif;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wb-icon {
display: none;
width: 20px;
height: 100%;
margin: -1px 8px 0 -3px;
float: left;
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
}
.wb-n {
position: absolute;
top: -5px;
left: 0;
right: 0;
height: 10px;
cursor: n-resize;
z-index: 2;
}
.wb-e {
position: absolute;
top: 0;
right: -5px;
bottom: 0;
width: 10px;
cursor: w-resize;
z-index: 2;
}
.wb-s {
position: absolute;
bottom: -5px;
left: 0;
right: 0;
height: 10px;
cursor: n-resize;
z-index: 2;
}
.wb-w {
position: absolute;
top: 0;
left: -5px;
bottom: 0;
width: 10px;
cursor: w-resize;
z-index: 2;
}
.wb-nw {
position: absolute;
top: -5px;
left: -5px;
width: 15px;
height: 15px;
cursor: nw-resize;
z-index: 2;
}
.wb-ne {
position: absolute;
top: -5px;
right: -5px;
width: 15px;
height: 15px;
cursor: ne-resize;
z-index: 2;
}
.wb-sw {
position: absolute;
bottom: -5px;
left: -5px;
width: 15px;
height: 15px;
cursor: ne-resize;
z-index: 2;
}
.wb-se {
position: absolute;
bottom: -5px;
right: -5px;
width: 15px;
height: 15px;
cursor: nw-resize;
z-index: 2;
}
.wb-control {
float: right;
height: 100%;
max-width: 100%;
text-align: center;
}
.wb-control * {
display: inline-block;
width: 30px;
height: 100%;
max-width: 100%;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
}
.wb-min {
background-image: url("../img/min.svg");
background-size: 14px auto;
background-position: center calc(50% + 6px);
}
.wb-max {
background-image: url("../img/max.svg");
background-size: 17px auto;
}
.wb-close {
background-image: url("../img/close.svg");
background-size: 15px auto;
background-position: 5px center;
}
.wb-full {
background-image: url("../img/full.svg");
background-size: 16px auto;
}
/*
.winbox:not(.max) .wb-max {
background-image: url(@restore);
background-size: 20px auto;
background-position: center bottom 5px;
}
*/
/*
.winbox:fullscreen{
transition: none !important;
}
.winbox:fullscreen .wb-full{
background-image: url(@minimize);
}
.winbox:fullscreen > div,
.winbox:fullscreen .wb-title,
*/
.winbox.modal .wb-body ~ div,
.winbox.modal .wb-drag,
.winbox.min .wb-body ~ div,
.winbox.max .wb-body ~ div {
pointer-events: none;
}
.winbox.max .wb-drag {
cursor: default;
}
.winbox.min .wb-full,
.winbox.min .wb-min {
display: none;
}
.winbox.min .wb-drag {
cursor: default;
}
.winbox.min .wb-body > * {
display: none;
}
.winbox.hide {
display: none;
}
.winbox.max {
box-shadow: none;
}
.winbox.max .wb-body {
margin: 0 !important;
}
.winbox iframe {
position: absolute;
width: 100%;
height: 100%;
border: 0;
}
body.wb-lock .winbox {
will-change: left, top, width, height;
transition: none;
}
body.wb-lock iframe {
pointer-events: none;
}
.winbox.modal:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: inherit;
border-radius: inherit;
}
.winbox.modal:after {
content: '';
position: absolute;
top: -50vh;
left: -50vw;
right: -50vw;
bottom: -50vh;
background: #0d1117;
animation: wb-fade-in 0.2s ease-out forwards;
z-index: -1;
}
.winbox.modal .wb-min,
.winbox.modal .wb-max,
.winbox.modal .wb-full {
display: none;
}
@keyframes wb-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 0.85;
}
}
.no-animation {
transition: none;
}
.no-shadow {
box-shadow: none;
}
.no-header .wb-header {
display: none;
}
.no-header .wb-body {
top: 0;
}
.no-min .wb-min {
display: none;
}
.no-max .wb-max {
display: none;
}
.no-full .wb-full {
display: none;
}
.no-close .wb-close {
display: none;
}
.no-resize .wb-body ~ div {
display: none;
}
.no-move:not(.min) .wb-title {
pointer-events: none;
}
.wb-body .wb-hide {
display: none;
}
.wb-show {
display: none;
}
.wb-body .wb-show {
display: revert;
}