CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/store/master/src/store.onlyreal.js
accept-ranges: bytes
age: 0
date: Thu, 24 Jul 2025 11:17:12 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210029-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753355831.406236,VS0,VE1192
vary: Accept-Encoding
x-fastly-request-id: 062074bc7feb7df73e164778216f01fb1cadf474
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: 0EFC:35D8D:2A2D67:61B4E3:68821638
content-encoding: gzip
accept-ranges: bytes
date: Thu, 24 Jul 2025 11:17:12 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210060-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753355833.648998,VS0,VE257
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 74ab5238de7f35c23fd290a79dc782cec9192836
expires: Thu, 24 Jul 2025 11:22:12 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._);