Skip to content

Commit 92c59b9

Browse files
sergeymitrmatticbot
authored andcommitted
Jetpack: remove site registration nonce (step 1) (#42076)
Remove registration_nonce from site connection endpoint, and the JS API client that calls it. We already have WP nonce in there, so another nonce is excessive and hinders our progress on other projects. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13553192029 Upstream-Ref: Automattic/jetpack@da18258
1 parent 6576668 commit 92c59b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@automattic/jetpack-analytics": "^0.1.36",
2323
"@automattic/jetpack-components": "^0.67.1",
24-
"@automattic/jetpack-connection": "^0.37.1-alpha",
24+
"@automattic/jetpack-connection": "^0.38.0-alpha",
2525
"@automattic/jetpack-script-data": "^0.2.1",
2626
"@automattic/jetpack-shared-extension-utils": "^0.17.3",
2727
"@automattic/popup-monitor": "1.0.2",

0 commit comments

Comments
 (0)