mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
52cdd7e572
* - set a custom cookie to tell the toolbar we're logged in - make other cookies secure * skip adding new toolbar cookie on API requests * fix demo page local https * enable/disable secure cookies as needed * show django toolbar only for API requests * update posthog-js and kea versions * satisfy mypy * add SECURE_COOKIES=0 to cypress tests, since they run over HTTP * revert kea version * add test for toolbar cookie middleware * try something for cypress * add debug * add cypress-terminal-report for better logging * fix demo api_url * revert previous change that triggered cypress
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
module.exports = (on) => {
|
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
require('cypress-terminal-report/src/installLogsPrinter')(on)
|
|
}
|