📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 05:23:50
📂
/ (Root)
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
sentry_sdk
/
ai
📍 /opt/hc_python/lib/python3.12/site-packages/sentry_sdk/ai
🔄 Refresh
✏️
Editing: consts.py
Read Only
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