Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Web1776

    (@commareus)

    I’m seeing the same on multiple sites.

    JQMIGRATE: Migrate is installed, version 3.4.1
    normal?lang=auto:1
    normal?lang=auto:1 [Violation] Permissions policy violation: xr-spatial-tracking is not allowed in this document.
    Jo @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 [Violation] Permissions policy violation: xr-spatial-tracking is not allowed in this document.
    Jo @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 Request for the Private Access Token challenge.
    normal?lang=auto:1 Failed to parse audio contentType: audio/mp4; codecs=ac-3
    Jo @ normal?lang=auto:1Understand this warning
    normal?lang=auto:1 Failed to parse audio contentType: audio/mp4; codecs=ec-3
    Jo @ normal?lang=auto:1Understand this warning
    normal?lang=auto:1 Invalid (ambiguous) video codec string: video/webm; codecs=vp9
    Jo @ normal?lang=auto:1Understand this warning
    normal?lang=auto:1 Failed to parse video contentType: video/ogg; codecs=theora
    Jo @ normal?lang=auto:1Understand this warning
    normal?lang=auto:1 Form submission canceled because the form is not connected
    Jo @ normal?lang=auto:1Understand this warning
    normal?lang=auto:1 This document requires 'TrustedHTML' assignment. The action has been blocked.
    Jm @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 This document requires 'TrustedHTML' assignment. The action has been blocked.
    Jm @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 This document requires 'TrustedScript' assignment. The action has been blocked.
    Jo @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 This document requires 'TrustedScript' assignment. The action has been blocked.
    Jo @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 This document requires 'TrustedScriptURL' assignment. The action has been blocked.
    Jm @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 This document requires 'TrustedScriptURL' assignment. The action has been blocked.
    Jm @ normal?lang=auto:1Understand this error
    about:srcdoc:1 Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-AvnBZ6e8SNQ00MbBM3oiSH' 'unsafe-eval''. Either the 'unsafe-inline' keyword, a hash ('sha256-eJGI0Ik4oYe/PKLDOt4wcN76wYs8h+Ew05pMzdY6xG8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked.Understand this error
    about:srcdoc:1 Executing inline script violates the following Content Security Policy directive 'script-src 'nonce-AvnBZ6e8SNQ00MbBM3oiSH' 'unsafe-eval''. Either the 'unsafe-inline' keyword, a hash ('sha256-eJGI0Ik4oYe/PKLDOt4wcN76wYs8h+Ew05pMzdY6xG8='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked.Understand this error
    normal?lang=auto:1 This document requires 'TrustedScript' assignment. The action has been blocked.
    Jo @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 This document requires 'TrustedScript' assignment. The action has been blocked.
    Jo @ normal?lang=auto:1Understand this error
    normal?lang=auto:1 The resource https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate
    as value and it is preloaded intentionally.Understand this warning
    normal?lang=auto:1 The resource https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate as value and it is preloaded intentionally.

    I was able to get required validation working.

    In /includes/GWAA_Display.php

    Line 11, change to:

    add_action( 'wpcf7_validate_gmautocomplete*', array($this, 'GWAA_products_validation_filter'), 10, 2 );

    Line 80, change to:

    <div class="wpcf7-form-control-wrap <?php echo sanitize_html_class( $tag->name )?>" data-name="<?php echo esc_attr( $tag->name ); ?>">

    Line 209, change to:

    public function GWAA_products_validation_filter( $result, $tag ){

    Line 211, remove:

    $tag = new WPCF7_Shortcode( $tag );
    Thread Starter Web1776

    (@commareus)

    Thank you!

    Oh, that’s great. Thanks!

    We are also affected by this change.

    Constant Contact has a page on the API changes, which go into effect March 31, 2022:
    https://developer.constantcontact.com/api_guide/auth_update_apps.html

    This fixes it for me:

    contact-form-7-multi-step-addon/assets/js/scripts.js

    Change line 91

    + '&'+ 'trx_form_id=' + wpcf7.getId( $('form', $container) )

    to this:

    + '&'+ 'trx_form_id=' + parseInt( $( 'input[name="_wpcf7"]', $container ).val(), 10 )

    Thread Starter Web1776

    (@commareus)

    Awesome, thanks so much.

    Thanks for the response Mikko, I’ve opened a new thread here: https://ww.wp.xz.cn/support/topic/index-not-being-built-completely-4-0-2/

    I think I may be having a very similar issue.

    After clicking “Build the Index”, only some of my posts are indexed, although it reports “Indexing complete”.

    If I then click “Index unindexed posts”, it continues with the remaining posts.

    Here’s a series of screenshots showing the issue: https://imgur.com/a/N8GMx

    Edit: I rolled back to 3.6.2.2 and it does not appear to have the issue. Clicking the “Build the index” button appears to index all posts.

    • This reply was modified 8 years, 5 months ago by Web1776.
Viewing 9 replies - 1 through 9 (of 9 total)