-
Notifications
You must be signed in to change notification settings - Fork 843
Closed
Labels
[Plugin] JetpackIssues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/[Type] BugWhen a feature is broken and / or not performing as intendedWhen a feature is broken and / or not performing as intended
Description
Impacted plugin
Jetpack
Quick summary
When you are a logged in user of your site and Wordpress.com in latest Chrome. You end up with an issue where the user is user is not able to submit a comment.
This happends because when we submit the comment via the invisible form. There request is not done as a logged in user but as a logged out request.
The request fails because the nonce fails on
| wp_die( esc_html__( 'Nonce verification failed.', 'jetpack' ), 400 ); |
This happends because at this point the user is not logged any more when the request is done via the jetpack.wordpress.com iframe.
Steps to reproduce
- In Chrome
- Login as a user to both .com and the site you are currenly site.
- Leave a comment.
- You see the nonce error.
A clear and concise description of what you expected to happen.
As a logged in user you should always be able to leave a comment without seeing a nonce error.
What actually happened
Your are not able to leave a comment.
Impact
Many
Available workarounds?
Yes, use a different browser such as Firefox or Edge.
Platform (Simple and/or Atomic)
Atomic, Self-hosted
Logs or notes
Metadata
Metadata
Assignees
Labels
[Plugin] JetpackIssues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/[Type] BugWhen a feature is broken and / or not performing as intendedWhen a feature is broken and / or not performing as intended
Type
Projects
Status
Done