UNPKG

391 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var network_1 = require("@shopify/network");
4var hooks_1 = require("../hooks");
5function BlockAllMixedContent(_a) {
6 var _b = _a.value, value = _b === void 0 ? true : _b;
7 hooks_1.useCspDirective(network_1.CspDirective.BlockAllMixedContent, value);
8 return null;
9}
10exports.default = BlockAllMixedContent;