Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set all cookies with sameSite: strict | David Mehren | 2020-06-08 | 1 | -1/+2 |
| | | | | | | Modern browsers do not support (or will stop supporting) sameSite: none (or no sameSite attribute) without the Secure flag. As we don't want everyone to be able to make requests with our cookies anyway, this commit sets sameSite to strict. See https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite Signed-off-by: David Mehren <dmehren1@gmail.com> | ||||
* | support Simplified Chinese and rename original zh to Traditional Chinese | Rwing | 2017-10-23 | 1 | -0/+3 |
| | |||||
* | Use JavaScript Standard Style (part 2) | BoHong Li | 2017-03-09 | 1 | -20/+22 |
| | | | | Fixed all fail on frontend code. | ||||
* | Update locale.js | Peter Dave Hello | 2016-10-23 | 1 | -0/+2 |
| | | | Should change the lang been selected in the lang select/option menu. | ||||
* | Try to remove unused front-end dependency | Wu Cheng-Han | 2016-10-19 | 1 | -2/+0 |
| | |||||
* | Cover page is now working | Yukai Huang | 2016-10-10 | 1 | -1/+3 |
| | |||||
* | Add support of i18n with related patches and support "en" and "zh" locales ↵ | Wu Cheng-Han | 2016-08-19 | 1 | -0/+24 |
for now |