Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SameSite Cookies #73799

Closed
akash0x53 mannequin opened this issue Feb 21, 2017 · 4 comments
Closed

Support for SameSite Cookies #73799

akash0x53 mannequin opened this issue Feb 21, 2017 · 4 comments
Labels
3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@akash0x53
Copy link
Mannequin

akash0x53 mannequin commented Feb 21, 2017

BPO 29613
Nosy @alex, @asvetlov, @akash0x53
PRs
  • bpo-29613: Added support for SameSite cookies #214
  • bpo-29613: Added support for SameSite cookies #6413
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-04-07.20:12:44.538>
    created_at = <Date 2017-02-21.10:54:31.901>
    labels = ['3.8', 'type-feature', 'library']
    title = 'Support for SameSite Cookies'
    updated_at = <Date 2018-04-08.13:44:47.641>
    user = 'https://github.com/akash0x53'

    bugs.python.org fields:

    activity = <Date 2018-04-08.13:44:47.641>
    actor = 'alex'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-04-07.20:12:44.538>
    closer = 'alex'
    components = ['Library (Lib)']
    creation = <Date 2017-02-21.10:54:31.901>
    creator = 'akash0x53'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29613
    keywords = ['patch']
    message_count = 4.0
    messages = ['288287', '315073', '315081', '315085']
    nosy_count = 3.0
    nosy_names = ['alex', 'asvetlov', 'akash0x53']
    pr_nums = ['214', '6413']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29613'
    versions = ['Python 3.8']

    @akash0x53
    Copy link
    Mannequin Author

    akash0x53 mannequin commented Feb 21, 2017

    Right now Morsel dont accept cookie setting outside of reserved words defined in http/cookies.py

    @akash0x53 akash0x53 mannequin added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Feb 21, 2017
    @alex
    Copy link
    Member

    alex commented Apr 7, 2018

    New changeset c87eb09 by Alex Gaynor in branch 'master':
    bpo-29613: Added support for SameSite cookies (GH-6413)
    c87eb09

    @alex alex closed this as completed Apr 7, 2018
    @asvetlov
    Copy link
    Contributor

    asvetlov commented Apr 8, 2018

    Alex, the PR has landed into 3.8 (master).
    Should the issue's "versions" field be updated? Now it is 3.7

    @alex
    Copy link
    Member

    alex commented Apr 8, 2018

    Good catch.

    @alex alex added 3.8 only security fixes and removed 3.7 (EOL) end of life labels Apr 8, 2018
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants