IXP-Manager icon indicating copy to clipboard operation
IXP-Manager copied to clipboard

landingpage: fix svg logos are too big

Open MarcelCoding opened this issue 1 year ago • 0 comments

[BF] Summary of fix - fixes [inex|islandbridgenetworks]/IXP-Manager#x Configures a maximum size for the logo on the login page (and other pages) as svg logos are growing infinite in size

In addition to the above, I have:

  • [x] ensured all relevant template output is escaped to avoid XSS attached with <?= $t->ee( $data ) ?> or equivalent.
  • [x] ensured appropriate checks against user privilege / resources accessed
  • [x] API calls (particular for add/edit/delete/toggle) are not implemented with GET and use CSRF tokens to avoid CSRF attacks

BEFORE: Screenshot 2024-04-18 at 18-22-58 DD-IX Portal

AFTER: Screenshot 2024-04-18 at 18-31-58 DD-IX Portal

MarcelCoding avatar Apr 18 '24 16:04 MarcelCoding