moonfire-nvr/db
Scott Lamb 3c1163dfe2 use SameSite=Strict (for #26)
I initially chose SameSite=Lax because I thought if a user followed a
link to the landing page, the landing page's ajax requests wouldn't send
the cookie. But I just did an experiment, and that's not true. Only the
initial page load (of a .html file) lacks the cookie. All of its
resources and ajax requests send the cookie. I'm not sure about
document.cookie accesses, but my cookie is HttpOnly anyway, so it's
irrelevant. So no reason to be lax.
2018-12-01 22:04:54 -08:00
..
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
upgrade update all Rust deps 2018-12-01 15:20:19 -08:00
auth.rs use SameSite=Strict (for #26) 2018-12-01 22:04:54 -08:00
Cargo.toml Merge branch 'master' into auth 2018-12-01 15:27:54 -08:00
check.rs update all Rust deps 2018-12-01 15:20:19 -08:00
coding.rs initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
db.rs Merge branch 'master' into auth 2018-12-01 15:27:54 -08:00
dir.rs tests and fixes for Writer and Syncer 2018-03-07 04:42:46 -08:00
lib.rs preliminary web support for auth (#26) 2018-11-27 11:08:33 -08:00
raw.rs update all Rust deps 2018-12-01 15:20:19 -08:00
recording.rs make with_recording_playback less monomorphized 2018-08-24 15:34:42 -07:00
schema.proto update design docs for new-schema branch changes 2018-03-24 20:51:30 -07:00
schema.rs upgrade a few deps 2018-08-24 22:06:14 -07:00
schema.sql preliminary web support for auth (#26) 2018-11-27 11:08:33 -08:00
testutil.rs preliminary web support for auth (#26) 2018-11-27 11:08:33 -08:00
writer.rs Fix "no garbage row for <id>" flush failure loops 2018-12-01 00:03:43 -08:00