-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form action set as insecure by google chrome. #349
Comments
Okay, I've tested changing action for https://action, and Google Chrome is blocking the request. Current working format https://action/${eventName} |
Alright 0.10.7 is released |
Describe the bug
When accessing a website with https, the forms action="" that are not https:// are set as insecure by Google Chrome Google Chrome Docs.
The new form action on @solidjs/router renders the markup like this:
Google Chrome sets it as insecure, as shown in the image below.
Your Example Website or App
https://start.solidjs.com/core-concepts/actions#using-forms-to-submit-data
Steps to Reproduce the Bug or Issue
Create a form using the example on the solidjs/start a website.
Open the site using https.
Click on any input, and the message will show.
Expected behavior
The form should not be set as insecure as it could generate distrust from the users.
Screenshots or Videos
No response
Platform
Google Chrome.
Additional context
No response
The text was updated successfully, but these errors were encountered: