This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
crux.sexy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Set domain on the cookie
master
Fen Dweller
6 years ago
parent
871dd6ac44
commit
90a0c950d3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
View File
@@ -29,7 +29,7 @@ def accept():
url = "/"
res = redirect(url, 307)
res.set_cookie("agegate", "true", time() + 60*60*24*365)
res.set_cookie("agegate", "true", time() + 60*60*24*365
, domain="crux.sexy"
)
return res
if __name__ == "__main__":
Write
Preview
Loading…
Cancel
Save