https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42772 --- Comment #14 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 200089 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200089&action=edit Bug 42772: Cypress.env => cy.env Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.