diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 05d700a4..b5bce8bb 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ ## Please note the following tips * Does the website work after you activate the second switch to filter the HTML source code? -* Is there already an existing issue? (Search for the URL, e.g. "codeberg.org" or "localcdn.de") +* Is there already an existing issue? (Search for the URL, e.g. "codeberg.org" or "localcdn.org") * Does the website use a strict SOP? Wiki article: [Broken JavaScript or CSS on some websites](https://codeberg.org/nobody/LocalCDN/wiki/Broken-JavaScript-or-CSS-on-some-websites) ### If none of the points apply diff --git a/README.md b/README.md index c5c5821a..49f0c8fc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Translate](https://hosted.weblate.org/widgets/localcdn/-/localcdn/svg-badge.svg)](https://hosted.weblate.org/projects/localcdn/localcdn/) -A web browser extension (and a fork of Decentraleyes) that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following [testing utility](https://localcdn.de/test/) to find out if you are properly protected. For more information, please read the [tutorial](https://localcdn.de/tutorial) or our [Wiki pages](https://codeberg.org/nobody/LocalCDN/wiki). You can also [download](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) the extension directly from Mozilla and just try it. +A web browser extension (and a fork of Decentraleyes) that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following [testing utility](https://www.localcdn.org/test/) to find out if you are properly protected. For more information, please read the [tutorial](https://www.localcdn.org/tutorial) or our [Wiki pages](https://codeberg.org/nobody/LocalCDN/wiki). You can also [download](https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/) the extension directly from Mozilla and just try it. ## Differences between LocalCDN and Decentraleyes @@ -83,7 +83,7 @@ Please read this [guide](https://codeberg.org/nobody/LocalCDN/wiki/Running-the-c ## Contact -Just open an issue with your question or write an [email](https://localcdn.de/contact/) (PGP possible!). +Just open an issue with your question or write an [email](https://www.localcdn.org/contact/) (PGP possible!). ## Submitting Translations The language you want is not completely translated or you are a language talent? Please help us by translating this add-on on [Weblate](https://hosted.weblate.org/projects/localcdn/). diff --git a/core/constants.js b/core/constants.js index 9fa18300..09089eb6 100644 --- a/core/constants.js +++ b/core/constants.js @@ -28,7 +28,7 @@ const Address = { 'ANY_PROTOCOL': '*://', 'CHROME': 'chrome:', 'CHROME_EXTENSION': 'chrome-extension:', - 'LOCALCDN': 'localcdn.de', + 'LOCALCDN': 'localcdn.org', 'EXAMPLE': 'example.org', 'HTTP': 'http:', 'HTTPS': 'https:', diff --git a/pages/options/options.html b/pages/options/options.html index d913e933..b8d32e81 100644 --- a/pages/options/options.html +++ b/pages/options/options.html @@ -171,8 +171,8 @@
  • Donate (In-App)
  • FAQ (In-App)

  • Source (www.codeberg.org)
  • -
  • Website (www.localcdn.de)
  • -
  • Testing Utility (www.localcdn.de/test)
  • +
  • Website (www.localcdn.org)
  • +
  • Testing Utility (www.localcdn.org/test)
  • Translate (www.weblate.org)
  • diff --git a/pages/popup/popup.html b/pages/popup/popup.html index 07022fbb..6b412ad1 100644 --- a/pages/popup/popup.html +++ b/pages/popup/popup.html @@ -54,7 +54,7 @@