User tests: Successful: Unsuccessful:
This should fix #7044 by using a secure cookie when the server is an HTTPS server.
Labels |
Added:
?
|
Category | ⇒ | Multilanguage |
Status | New | ⇒ | Pending |
Easy | No | ⇒ | Yes |
Code review looks fine, thanks!
I think, would be good idea to use "httponly" cookies always ... not only for ssl
this will protect cookies from access from a js scripts and make joomla more secure
Protecting Your Cookies: HttpOnly
ignore me, it for different issue
yes, httponly is a good security practice too, so javascript can't read the cookies.
Is more used in session cookies to prevent XSS attacks but is always a good practice.
Personally I don't think this is necessary at all: in the worst case a minor data leak could happen ("someone" could know about your language preferences, and that's it). On the other hand I can envision a scenario where a legit JS could be willing to access the language cookie for good reasons, so for me it is...
yes, agree
Labels |
Added:
?
|
Merged into staging
. Thanks!
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-03 18:52:54 |
Closed_By | ⇒ | Bakual |
Labels |
Removed:
?
|
Of the two testing instructions I personally could test the first one only as I have no HTTPS server at hand.
@andrepereiradasilva, can you please perform the second test?