Created
June 27, 2025 14:46
-
-
Save STashakkori/8b9c0a6affad8b42ccb684b89a223e47 to your computer and use it in GitHub Desktop.
Simple display IP despite CSP or WAF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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