CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/store/master/src/store.onlyreal.js
accept-ranges: bytes
age: 0
date: Mon, 21 Jul 2025 09:11:22 GMT
via: 1.1 varnish
x-served-by: cache-bom4725-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753089082.622785,VS0,VE1180
vary: Accept-Encoding
x-fastly-request-id: f2f9fd78db5e6ad4536951f927e89326d6a1393f
content-length: 0
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/"cd290ce6ebdbfe19a79aa975baef95c23f9a87a7743b5e3c1ade5062d50c24bf"
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: 5D97:186486:9311C:1B0F01:687E043A
content-encoding: gzip
accept-ranges: bytes
date: Mon, 21 Jul 2025 09:11:23 GMT
via: 1.1 varnish
x-served-by: cache-bom4727-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753089083.853835,VS0,VE256
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: d3e2a1be15012d4b69532551680b0743e47d8faf
expires: Mon, 21 Jul 2025 09:16:23 GMT
source-age: 0
content-length: 325
/**
* Copyright (c) 2015 ESHA Research
* Dual licensed under the MIT and GPL licenses:
* https://www.opensource.org/licenses/mit-license.php
* https://www.gnu.org/licenses/gpl.html
*
* Store nothing when storage is not supported.
*
* Status: ALPHA - due to being of doubtful propriety
*/
;(function(_) {
var _set = _.set;
_.set = function(area) {
return area.name === 'fake' ? undefined : _set.apply(this, arguments);
};
})(window.store._);