Skip to content

Instantly share code, notes, and snippets.

@STashakkori
Created June 27, 2025 14:46
Show Gist options
  • Save STashakkori/8b9c0a6affad8b42ccb684b89a223e47 to your computer and use it in GitHub Desktop.
Save STashakkori/8b9c0a6affad8b42ccb684b89a223e47 to your computer and use it in GitHub Desktop.
Simple display IP despite CSP or WAF
<div style="height: 30px; display: flex; align-items: center; justify-content: center; margin-top: 0; padding: 0; margin-bottom: 0; border: none; overflow: hidden; background: #404040;">
<iframe
src="https://api.ipify.org"
scrolling="no"
style="border: none; height: 30px; width: 120px; overflow: hidden;">
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment