UNPKG

@shopify/react-network

Version:

A collection of components that allow you to set common HTTP headers from within your React application.

11 lines (10 loc) 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var network_1 = require("@shopify/network"); var hooks_1 = require("../hooks"); function Sandbox(_a) { var allowed = _a.allowed; hooks_1.useCspDirective(network_1.CspDirective.Sandbox, allowed); return null; } exports.default = Sandbox;