wpsharks / s2clean

s2Clean is a premium product. This public repo is for issue tracking only.
Other
1 stars 0 forks source link

Navbar Search Box Over SSL; i.e. https:// #24

Closed jaswrks closed 9 years ago

jaswrks commented 9 years ago

The search box in the navbar for s2Clean is causing some issues in Google Chrome whenever the page is accessed over the https:// protocol. Google Chrome now requires that all <form> tags have actions that are sent over https:// too, otherwise an insecure content warning is issued.

To prevent this from becoming an issue in s2Clean, the search box should not be displayed on a page that is served over SSL. At least by default. A filter can be provided to change the behavior, and in cases where the search box would be displayed over SSL, the action="" attribute should be set to the https:// protocol also in order to avoid issues.

jaswrks commented 9 years ago

Referencing test center: https://www.whynopadlock.com/index.html