Rob Wu
Rob Wu
Preload resource hints result in unnecessary extra requests. To reduce the number of unnecessary requests, CORS Anywhere should strip or sanitize the `Link` response header: For example, if you execute...
The web version of crxviewer uses CORS Anywhere to read the source code of extensions. In March, AMO already started to support CORS on *publicly* available XPI files: https://github.com/mozilla/addons/issues/5875 Soon,...
I haven't tested the Firefox add-on with Android. There are no real technical objections to explicitly support Firefox on Android. Most work is in improving the UI/UX of the viewer...
Would be nice to have a way to automatically scan the source code of installed extensions and show a warning to users if needed. Motivation behind request: There are several...
Forking from https://github.com/Rob--W/crxviewer/issues/35#issuecomment-272752820 : > Sounds good. Maybe even with a list of known libraries *, or inputting an external URL to verify that the two files match. > >...
The XPI URL is currently based on https://github.com/Rob--W/crxviewer/blob/2972e4fe9f15b703f07f157fc5d3fa2e2fe97b43/src/cws_pattern.js#L60. This returns the URL for the latest reviewed XPI file. For reviewers, the shown XPI should preferably be the URL of the...
The viewer becomes unresponsive for a few seconds (or even more) when a really large file is opened. When the file contains any unicode characters, the rendering time is even...
https://www.google.ac/ is also a domain of Google that's used for Search. It is not listed at https://www.google.com/supported_domains I found it at the old Wiki page that listed Google domains: https://ipfs.io/ipfs/QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uco/wiki/List_of_Google_domains.html...
gReadyState == 'interactive' is before all external localization files are loaded. The localization event itself is also triggered right when gReadyState == 'complete'. So we have to wait until gReadyState...