Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

landingpage: fix svg logos are too big #892

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarcelCoding
Copy link

[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:

  • ensured all relevant template output is escaped to avoid XSS attached with <?= $t->ee( $data ) ?> or equivalent.
  • ensured appropriate checks against user privilege / resources accessed
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant