GithubHelp home page GithubHelp logo

Comments (6)

Smile4ever avatar Smile4ever commented on May 29, 2024 1

You can probably add most of the request types below without being annoyed every day. You can ask for every issue you encounter to investigate so I can look if this is something Neat URL should know about.

I have set "useful" when it's likely to contain some kind of (tracking) mess
I have set "doubtful" when I think it's not worth it

To answer your question:

beacon

  • Requests sent through the Beacon API.
  • Useful

csp_report

  • Requests sent to the report-uri given in the Content-Security-Policy header, when an attempt to violate the policy is detected.
  • Doubtful

font

  • Web fonts loaded for a @font-face CSS rule.
  • Doubtful

image

  • Resources loaded to be rendered as image, except for imageset on browsers that support that type (see browser compatibility below).
  • Doubtful

imageset

  • Images loaded by a picture element or given in an img element's srcset attribute.
  • Doubtful

main_frame

  • Top-level documents loaded into a tab.
  • Useful (default)

media

  • Resources loaded by a video or audio element.
  • Doubtful

object

  • Resources loaded by an object or embed element.
  • Browsers that don't have a dedicated object_subrequest type (see browser compatibility below), also label subsequent requests sent by the plugin as object.
  • Doubtful

object_subrequest

  • Requests sent by plugins.
  • Doubtful

ping

  • Requests sent to the URL given in a hyperlink's ping attribute, when the hyperlink is followed.
    *Browsers that don't have a dedicated beacon type (see browser compatibility below), also label requests sent through the Beacon API as ping.
  • Useful

script

  • Code that is loaded to be executed by a <script> element or running in a Worker.
  • Doubtful

stylesheet

  • CSS stylesheets loaded to describe the representation of a document.
  • Doubtful

sub_frame

  • Documents loaded into an <iframe> or element.
  • Useful

web_manifest

  • Web App Manifests loaded for websites that can be installed to the homescreen.
  • Doubtful

websocket

  • Requests initiating a connection to a server through the WebSocket API.
  • Doubtful

xbl

  • XBL bindings loaded to extend the behavior of elements in a document.
  • Doubtful

xml_dtd

  • DTDs loaded for an XML document.
  • Doubtful

xmlhttprequest

  • Requests sent by an XMLHttpRequest object or through the Fetch API.
  • Doubtful

xslt

  • XSLT stylesheets loaded for transforming an XML document.
  • Doubtful

other

  • Resources that aren't covered by any other available type.
  • Maybe

btw, i like the content on your website - you seem to be pretty busy and knowledgeable for a young fella :)

Thank you.

from firefoxaddons.

atomGit avatar atomGit commented on May 29, 2024 1

perfect - thanks - hopefully helpful to others as well
i'll go with all those you marked "useful"

from firefoxaddons.

atomGit avatar atomGit commented on May 29, 2024

one more thing ... you might want to add that to your wiki and/or your AMO page maybe?

from firefoxaddons.

Smile4ever avatar Smile4ever commented on May 29, 2024

https://github.com/Smile4ever/firefoxaddons/wiki/Neat-URL

from firefoxaddons.

crssi avatar crssi commented on May 29, 2024

Over image and xmlhttprequest all kind of shit load is calling back.

For example:
maps.google.com, youtube over XHR
youtube, facebook over IMG

from firefoxaddons.

Smile4ever avatar Smile4ever commented on May 29, 2024

I've edited the wiki page to reflect that.

from firefoxaddons.

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.