Git Product home page Git Product logo

Comments (3)

itsjwala avatar itsjwala commented on September 24, 2024 1

Hey @bjarketrux 👋

@percy/dom package runs on the client's test browser when percySnapshot is called, it requires the server which is serving the document to not send the CSP header for it to able to run.

you can verify it by doing the following

Expand
  1. start Percy's local server
npx percy exec:start --debug
  1. Runs @percy/dom package
eval(await (await fetch('http://localhost:5338/percy/dom.js')).text())
PercyDom.serialize()

The support for this would need to be built on the user's end by either having a proxy that drops the CSP header or whitelisting for it to run E2E

from cli.

bjarketrux avatar bjarketrux commented on September 24, 2024 1

Okay so the conclusion is wont-fix and with the following options as work around:

  • Use Firefox as it ignores trusted-types for now
  • Disable CSP headers on the code under test (only possible if debug environment)
  • Use a proxy server which strips away the CSP header

You mention whitelisting. Does percy has a trusted type policy name we can use?

from cli.

itsjwala avatar itsjwala commented on September 24, 2024

You mention whitelisting. Does percy has a trusted type policy name we can use?

nothing that I could think of for trusted type, but say for connect-src e.t.c we may use localhost:5338

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.