arkenfox / user.js

Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
MIT License
9.97k stars 511 forks source link

ToDo: detect & fix broken links #224

Closed Thorin-Oakenpants closed 7 years ago

Thorin-Oakenpants commented 7 years ago

snip

Theemim commented 7 years ago

Used a simple scanner on the pastebin and found these:

Thorin: will add checkmarks as I do these locally ready for a commit

URL changes

Convert to https

301s

302's if you want to do them

// Credit to pants who has some eagle's eyes (poor eagle)

HTTPS/Cert problems

https://expired.badssl.com/ (expected) https://subdomain.preloaded-hsts.badssl.com/ (expected)

Other

https://github.com/w3c/IntersectionObserver https://w3c.github.io/IntersectionObserver/ :ballot_box_with_check: https://github.com/w3c/IntersectionObserver/blob/gh-pages/explainer.md

Notes

Reflection

A tool that can perform in-place correction of URLs within a document would make this type of thing easier. I gotta find me one of those.

Theemim commented 7 years ago

Theemim initially thought that was all the links, including in wiki :cry:

Just-me-ghacks commented 7 years ago

Doesn't work / redirect to another URL / invalid security certificate:

https://wicg.github.io/IntersectionObserver/ https://privacytoolsio.github.io/privacytools.io/#webrtc https://gecko.readthedocs.org/en/latest/browser/base/sslerrorreport/preferences.html https://fiprinca.0x90.eu/poc/ https://gecko.readthedocs.io/en/latest/toolkit/mozapps/extensions/addon-manager/SystemAddons.html https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/preferences.html

Atavic commented 7 years ago

All mozilla links, withouten-US/ get redirected to an URL containing en-US/ +Top right option to use other languages is included.

Atavic commented 7 years ago

Forgot localization :+1:

Atavic commented 7 years ago

:broken_heart: Cookie Controller 1 | Web Extension :broken_heart: Self-Destructing Cookies 1 | Web Extension

...isn't very clear, maybe add question marks?

Web Extension ?

=> already changed by someone

Atavic commented 7 years ago

Maybe I forgot some checks on Appendix B: All AMO and GH links do work btw

edit: earthlng: Thanks @Atavic ! :+1: