CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/store/master/src/store.onlyreal.js
accept-ranges: bytes
age: 0
date: Tue, 22 Jul 2025 23:39:53 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210093-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753227592.381739,VS0,VE973
vary: Accept-Encoding
x-fastly-request-id: 6e1165d8c723fbf4c5660d5730e3230e32e8b9f6
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: 7993:35B04E:2AEC6:A5A46:68802148
content-encoding: gzip
accept-ranges: bytes
date: Tue, 22 Jul 2025 23:39:53 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210053-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753227593.402658,VS0,VE244
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: c8046789fd47173e3d5057a6a380c484b7d8aaab
expires: Tue, 22 Jul 2025 23:44:53 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._);