소스 검색

Set domain on the cookie

master
Fen Dweller 6 년 전
부모
커밋
90a0c950d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +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__":


불러오는 중...
취소
저장