Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forge/csp

Package Overview
Dependencies
Maintainers
0
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/csp - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1-next.0

6

CHANGELOG.md
# @forge/csp
## 3.4.1-next.0
### Patch Changes
- 2819919: remove connect-to from csp header as it is no longer used
## 3.4.0

@@ -4,0 +10,0 @@

2

out/csp/csp-injection-service.js

@@ -139,3 +139,2 @@ "use strict";

].join(' ');
const navigateTo = ["'self'"];
return [

@@ -150,3 +149,2 @@ `default-src ${defaultSrc}`,

`script-src ${scriptSrc}`,
`navigate-to ${navigateTo}`,
`style-src ${styleSrc}`,

@@ -153,0 +151,0 @@ `form-action 'self'`,

{
"name": "@forge/csp",
"version": "3.4.0",
"version": "3.4.1-next.0",
"description": "Contains the CSP configuration for Custom UI resources in Forge",

@@ -14,4 +14,4 @@ "main": "out/index.js",

"devDependencies": {
"@forge/cli-shared": "6.4.0",
"@forge/manifest": "8.1.0",
"@forge/cli-shared": "6.4.1-next.1",
"@forge/manifest": "8.2.0-next.1",
"@types/jest": "^29.5.12",

@@ -18,0 +18,0 @@ "@types/node": "14.18.63"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc