Loading
feat(constants): add common browser headers for HTTP requests
* Introduced BROWSER_HEADERS in urls.py to standardize HTTP headers. * Updated portal.py and http_client.py to utilize BROWSER_HEADERS. * Removed hardcoded headers from various locations for consistency.