Giter Club home page Giter Club logo

Comments (4)

rverton avatar rverton commented on May 30, 2024

Hi @buggles333,
so Wordpress is defined in the apps.json as:

"WordPress": {
      "cats": [
        "1",
        "11"
      ],
      "js": {
        "wp_username": ""
      },
      "html": [
        "<link rel=[\"']stylesheet[\"'] [^>]+wp-(?:content|includes)",
        "<link[^>]+s\\d+\\.wp\\.com"
      ],
      "icon": "WordPress.svg",
      "implies": "PHP",
      "meta": {
        "generator": "WordPress( [\\d.]+)?\\;version:\\1"
      },
      "script": "/wp-includes/",
      "website": "http://wordpress.org"
    },

As I can see in the URL you posted, there are some script tags which include from /wp-includes/, so this should be found (but I can reproduce here, it is not found). I will debug this and give you a notice when I found out whats wrong here.

from webanalyze.

buggles333 avatar buggles333 commented on May 30, 2024

Thank you, glad you are able to reproduce!

from webanalyze.

rverton avatar rverton commented on May 30, 2024

I just pushed a change which fixes this. Its a faulty configured webserver because it does not send anything if there is no Accept header defined. I dont know how common it is to do this, so I added this header to all request (which should not be a problem for other requests).

from webanalyze.

buggles333 avatar buggles333 commented on May 30, 2024

Thank you for fixing it so quickly, all is working great this end now

from webanalyze.

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.