📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 23:38:38
📂
/
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
sentry_sdk
/
ai
✏️
Editing: consts.py
import re # Matches data URLs with base64-encoded content, e.g. "data:image/png;base64,iVBORw0K..." DATA_URL_BASE64_REGEX = re.compile( r"^data:(?:[a-zA-Z0-9][a-zA-Z0-9.+\-]*/[a-zA-Z0-9][a-zA-Z0-9.+\-]*)(?:;[a-zA-Z0-9\-]+=[^;,]*)*;base64,(?:[A-Za-z0-9+/\-_]+={0,2})$" )
💾 Save Changes
❌ Cancel