Browse Source

se soluciono un problema de vulnerabilidad en la cookie de session

pull/1/head
mramirezg 1 month ago
parent
commit
33d988b052
3 changed files with 6 additions and 0 deletions
  1. +0
    -0
      src/main/frontend/themes/sistema-mantenimiento/components/vaadin-text-field.css
  2. +5
    -0
      src/main/frontend/themes/sistema-mantenimiento/styles.css
  3. +1
    -0
      src/main/resources/application.properties

+ 0
- 0
src/main/frontend/themes/sistema-mantenimiento/components/vaadin-text-field.css View File


+ 5
- 0
src/main/frontend/themes/sistema-mantenimiento/styles.css View File

@ -24,6 +24,11 @@
.drawer-logo { .drawer-logo {
width: 300px; width: 300px;
} }
vaadin-grid::part(selected-row-cell) {
background-color: #a02142;
color: white;
}
/* ------------------ FIN -------------------------------------- */ /* ------------------ FIN -------------------------------------- */
/* /*
/* /*


+ 1
- 0
src/main/resources/application.properties View File

@ -1,6 +1,7 @@
server.port=${PORT:8080} server.port=${PORT:8080}
logging.level.org.atmosphere = warn logging.level.org.atmosphere = warn
spring.profiles.active=dev spring.profiles.active=dev
server.servlet.session.cookie.secure=true
# Launch the default browser when starting the application in development mode # Launch the default browser when starting the application in development mode
vaadin.launch-browser=true vaadin.launch-browser=true


Loading…
Cancel
Save