This website works better with JavaScript.
首頁
探索
說明
登入
chemicalcrux
/
crux.sexy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Set domain on the cookie
master
Fen Dweller
6 年之前
父節點
871dd6ac44
當前提交
90a0c950d3
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.py
+ 1
- 1
app.py
查看文件
@@ -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…
取消
儲存