-
Notifications
You must be signed in to change notification settings - Fork 181
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
Remove integrity
attributes from resources
#235
Labels
AREA: client
AREA: server
!IMPORTANT!
STATE: Auto-locked
Issues that were automatically locked by the Lock bot
SYSTEM: resource processing
TYPE: bug
Milestone
Comments
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 2, 2015
churkin
pushed a commit
to churkin/testcafe-hammerhead
that referenced
this issue
Nov 3, 2015
LavrovArtem
added a commit
that referenced
this issue
Nov 3, 2015
Remove 'integrity' attributes from resources (close #235)
Unprocessed cases: script.setAttribute('integrity', '...');
script.integrity = '...'; |
I'm working on it. |
AndreyBelym
pushed a commit
to AndreyBelym/testcafe-hammerhead
that referenced
this issue
Feb 28, 2019
AndreyBelym
pushed a commit
to AndreyBelym/testcafe-hammerhead
that referenced
this issue
Feb 28, 2019
) (DevExpress#1592) * fix `Remove `integrity` attributes from resources` * add semicolon * fix Edge and IE11 cases * fix dom-processor-test * requested changes * fix comments * requested changes * requested changes * requested changes * set edge version for client tests * requested changes: rename hasCorrectIntegrityAttr to hasIntegrityAttr in attribute-test
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
AREA: client
AREA: server
!IMPORTANT!
STATE: Auto-locked
Issues that were automatically locked by the Lock bot
SYSTEM: resource processing
TYPE: bug
See: http://www.w3.org/TR/SRI/
This attribute is used to avoid MITM attacks. Attribute contains SHA of the desired resource. Which doesn't work for us. This is widely used currently. And it brokes e.g. GitHub proxying. I suggest to remove this attribute entirely. It applies only to
<script>
and<link>
elements.The text was updated successfully, but these errors were encountered: