Skip to content

Commit

Permalink
release: v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jul 30, 2022
1 parent 8a75712 commit 42de6f1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.2 (30 Jul 2022)

* chore: update chobitsu

## 1.3.1 (27 Jul 2022)

* fix: devtools bigger than window when resizing
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chii",
"version": "1.3.1",
"version": "1.3.2",
"description": "Chrome devtools framework",
"main": "./server/index.js",
"bin": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/liriliri/chii#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"chobitsu": "^1.1.0",
"chobitsu": "^1.1.1",
"es-check": "^6.2.1",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
Expand Down
12 changes: 12 additions & 0 deletions patches/devtools-frontend/embedded.patch
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,15 @@ index cfa1ca58f1d45d5034731cae037e91364be9de6e..6a575078a98de2df5deacd02469b7c03
if (wsParam || wssParam) {
const ws = wsParam ? `ws://${wsParam}` : `wss://${wssParam}`;
return new WebSocketConnection(ws, websocketConnectionLost);
diff --git a/front_end/entrypoint_template.html b/front_end/entrypoint_template.html
index 1edaec9604cadb3dc01ff4ace55c41090cd13fc8..c32adb74b2db2d0a0758d18b84c7ce049d3eb1e7 100644
--- a/front_end/entrypoint_template.html
+++ b/front_end/entrypoint_template.html
@@ -14,7 +14,6 @@
}
}
</style>
-<meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' https://chrome-devtools-frontend.appspot.com">
<meta name="referrer" content="no-referrer">
<script type="module" src="./entrypoints/%ENTRYPOINT_NAME%/%ENTRYPOINT_NAME%.js"></script>
<body class="undocked" id="-blink-dev-tools">

0 comments on commit 42de6f1

Please sign in to comment.