1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 09:53:02 +00:00
Pepperminty-Wiki/core
Starbeamrainbowlabs 7d93aa6a10
Overhaul the way we use setcookie()
- Use SameSite=Strict to avoid issues in modern browsers & prevent 
session-stealing attacks
 - Use Secure when requests run over HTTPS by default to avoid 
downgrade-based session-stealing attacks
 - Add warning for PHP <= 7.2, as it doesn't support SameSite in 
setcookie().
2020-07-28 19:40:22 +01:00
..
00-beginning.php Split core.php up into 16(!) different files. 2019-03-02 16:45:34 +00:00
01-settings.fragment.php Send content-type: text/plain when erroring out 'cause we can't write to disk 2020-02-04 01:23:44 +00:00
02-environment.php Overhaul the way we use setcookie() 2020-07-28 19:40:22 +01:00
05-functions.php Overhaul the way we use setcookie() 2020-07-28 19:40:22 +01:00
07-unpack.php Use tempnam() instead of tmpfile() when unpacking extra data 2019-09-11 23:44:59 +01:00
10-login.php Overhaul the way we use setcookie() 2020-07-28 19:40:22 +01:00
15-apidoc.php Split core.php up into 16(!) different files. 2019-03-02 16:45:34 +00:00
20-pageindex-loader.php pageindex: Unset stray global 2019-12-23 15:42:40 +00:00
25-page-ids.php Split core.php up into 16(!) different files. 2019-03-02 16:45:34 +00:00
30-consistency.php Implement basic Pepperminty Wiki CLI & shell :D 2020-03-10 01:47:40 +00:00
40-page-renderer.php Add more type hints, and fail to get Server-Timing working. 2020-07-28 02:10:28 +01:00
45-environment-deferred.php Split core.php up into 16(!) different files. 2019-03-02 16:45:34 +00:00
50-security.php Implement basic Pepperminty Wiki CLI & shell :D 2020-03-10 01:47:40 +00:00
60-modules.php Split core.php up into 16(!) different files. 2019-03-02 16:45:34 +00:00
70-parser-engine.php Update parser engine to handle comments as untrusted 2019-03-02 21:59:50 +00:00
99-module-insert.php Split core.php up into 16(!) different files. 2019-03-02 16:45:34 +00:00
100-run.php Implement basic Pepperminty Wiki CLI & shell :D 2020-03-10 01:47:40 +00:00