mirror of
https://github.com/HugeFrog24/jailbirdz-dl.git
synced 2026-03-02 09:04:33 +00:00
Cookie validation logic
This commit is contained in:
13
.env.example
13
.env.example
@@ -1,7 +1,12 @@
|
||||
# Copy your wordpress_logged_in_... cookie from browser DevTools → Storage → Cookies.
|
||||
# Paste the full name=value pair below.
|
||||
# wordpress_sec_... is the wp-admin cookie — irrelevant for read-only viewers.
|
||||
# __cf_bm is a Cloudflare bot-management cookie — also not needed.
|
||||
# Login credentials for grab_cookie.py (recommended)
|
||||
# These are used to obtain a fresh WP_LOGIN_COOKIE via the WooCommerce AJAX endpoint.
|
||||
WP_USERNAME=your-email-or-username
|
||||
WP_PASSWORD=your-password
|
||||
|
||||
# Alternatively, set WP_LOGIN_COOKIE manually (expires in ~2 weeks).
|
||||
# Get it from browser DevTools → Storage → Cookies while on jailbirdz.com.
|
||||
# Copy the full name=value of the wordpress_logged_in_* cookie.
|
||||
# wordpress_sec_... is the wp-admin cookie — not needed.
|
||||
WP_LOGIN_COOKIE=wordpress_logged_in_<hash>=<value>
|
||||
|
||||
# PeerTube upload target
|
||||
|
||||
Reference in New Issue
Block a user