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: duckduckgo/privacy-test-pages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: duckduckgo/privacy-test-pages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 15 commits
  • 44 files changed
  • 7 contributors

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    b908ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f06573f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    4862e69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3acead3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. test page for API attribution (#128)

    * Add several tests for API attribution
    
    * Fixes to the attribution page
    
    * Fix the expected URL for the sandboxed iframe
    
    * PR fixes: rearrange the test code
    
    * add a note on the used API in the attribution test
    
    * Fix a closure issue in Webkit
    
    * Refactor addResult() usage
    
    * Serve most of the attribution scripts from a third party
    
    * Add a test for the function constructor
    
    * Add another attribution test case
    
    * Fix closure in Safari
    
    * Fix a never-ending page "loading"
    
    * Add a reverse prototype pollution case
    
    * Add comments in worker test cases
    muodov authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7749b36 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. AdClick tests to validate non-302 redirects (#129)

    * Added two adClick tests to help validate ad attribution works when 301 and 307 redirects are used as well.
    
    * Whitespace fixes
    RendijsSmukulis authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d5f763b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Verifies basic runtime checking is enabled (#131)

    * Verifies basic runtime checking is enabled
    
    * Improve output and simplify files
    jonathanKingston authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    e5f66be View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Expand element hiding privacy test page (#130)

    * add csp
    
    * expand element hiding tests to cover improved heuristics
    dharb authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d2e5138 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Shared content scope page tests also used for integration tests (#132)

    * Move to using vendored shared tests from ContenScopeScripts that are also used for integration tests
    
    * Use http package URLs for CI
    
    * Make automation use the same node version as nvm
    
    * Move to released package
    jonathanKingston authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    606694d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Bump eslint-plugin-html from 6.1.1 to 7.1.0 (#133)

    Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 6.1.1 to 7.1.0.
    - [Release notes](https://github.com/BenoitZugmeyer/eslint-plugin-html/releases)
    - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md)
    - [Commits](BenoitZugmeyer/eslint-plugin-html@v6.1.1...v7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-html
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    456e868 View commit details
    Browse the repository at this point in the history
  2. Bump express from 4.17.1 to 4.18.2 (#135)

    Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.17.1...4.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8ebc64e View commit details
    Browse the repository at this point in the history
  3. Install dependencies after deploy (#138)

    * Install dependencies after deploy
    
    * Update git.sh to use npm install ci
    
    ---------
    
    Co-authored-by: Jonathan Kingston <jkingston@duckduckgo.com>
    kdzwinel and jonathanKingston authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fa383ea View commit details
    Browse the repository at this point in the history
  4. Bump eslint-config-standard from 16.0.2 to 16.0.3 (#134)

    Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 16.0.2 to 16.0.3.
    - [Release notes](https://github.com/standard/eslint-config-standard/releases)
    - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
    - [Commits](standard/eslint-config-standard@v16.0.2...v16.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-standard
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    fa69692 View commit details
    Browse the repository at this point in the history
  5. Bump eslint from 7.20.0 to 7.32.0 (#136)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.32.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.20.0...v7.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5e976fb View commit details
    Browse the repository at this point in the history
  6. Bump eslint-plugin-import from 2.22.1 to 2.27.5 (#137)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.22.1 to 2.27.5.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.22.1...v2.27.5)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    465ebbe View commit details
    Browse the repository at this point in the history
Loading