Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codergeek121/request.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rails/request.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 8 files changed
  • 6 contributors

Commits on Oct 3, 2024

  1. Consider https for same origin check

    Closes rails#80
    
    Adds an additional check in `sameHostname` to not include the CSRF token
    for https requests on different domains.
    t27duck committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1e04ca7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rails#81 from t27duck/80_samehost_https

    Consider https for same origin check
    marcelolx authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7e77fb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    f9d8834 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rails#79 from codergeek121/rename-csp-meta-tag-att…

    …ribute
    
    Add content nonce meta-tag attribute fallback
    marcelolx authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ea24d2d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Improve README.md

    add example on how to get json response
    glaucocustodio authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b4b125c View commit details
    Browse the repository at this point in the history
  2. Merge pull request rails#83 from glaucocustodio/patch-1

    Improve README.md
    marcelolx authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ade077a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    37ff677 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Update CI configuration

    The Github CI workflow is a bit out of date.
    
    - Update the cache action to v4.
    - Use the latest LTS of Node.
    t27duck committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    33b9d37 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Merge pull request rails#88 from t27duck/update_ci

    Update CI configuration
    marcelolx authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    583bf1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d45c01f View commit details
    Browse the repository at this point in the history
  3. Merge pull request rails#86 from brendon/keepalive

    Add the ability to pass through the keepalive configuration option
    marcelolx authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    4af88a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. upgrade rollup packages

    marcelolx committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    dcefa8c View commit details
    Browse the repository at this point in the history
  2. update jest packages

    marcelolx committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    0bf1b13 View commit details
    Browse the repository at this point in the history
  3. 0.0.12

    marcelolx committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    83620bb View commit details
    Browse the repository at this point in the history
Loading