Overview
Comment: | unwind last update and bring a better fix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b5c328f916e645f3f9ab329875236e5f |
User & Date: | c.kworr@b84a3442-36b4-a7b2-c7ad-07429f13c525 on 2012-01-04 07:45:45.000 |
Other Links: | branch diff | manifest | tags |
Context
2012-01-16
| ||
10:26 | gzip support check-in: 62e6d8a7ab user: c.kworr@b84a3442-36b4-a7b2-c7ad-07429f13c525 tags: master, trunk | |
2012-01-04
| ||
07:45 | unwind last update and bring a better fix check-in: b5c328f916 user: c.kworr@b84a3442-36b4-a7b2-c7ad-07429f13c525 tags: master, trunk | |
2012-01-03
| ||
13:33 | big range list fix, dirty, should be rewritten check-in: 5d16a125ab user: c.kworr@b84a3442-36b4-a7b2-c7ad-07429f13c525 tags: master, trunk | |
Changes
Modified samesite.py
from [7c3acfa003]
to [d358a0b198].
︙ | |||
223 224 225 226 227 228 229 | 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + | request = 'http://' + config['root'] + self.path my_headers = {} for header in ('cache-control', 'cookie', 'referer', 'user-agent'): if header in self.headers: my_headers[header] = self.headers[header] needed = None if self.command not in ('HEAD'): |
︙ |