diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:47:55 +0000 |
commit | 31d6ff6f931696850c348007241195ab3b2eddc7 (patch) | |
tree | 615cb1c57ce9f6611bad93326b9105098f379609 /platform/safari | |
parent | Initial commit. (diff) | |
download | ublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.tar.xz ublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.zip |
Adding upstream version 1.55.0+dfsg.upstream/1.55.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'platform/safari')
-rw-r--r-- | platform/safari/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/safari/README.md b/platform/safari/README.md new file mode 100644 index 0000000..769d245 --- /dev/null +++ b/platform/safari/README.md @@ -0,0 +1,16 @@ +# Safari platform + +The Safari platform does not support the WebExtensions +framework and thus is no longer supported. Consequently +the code base has been removed. + +Note that the code base here was before the +[official fork Safari fork](https://github.com/el1t/uBlock-Safari) was +created, so it does not correspond to the version of +uBlock Origin which could be installed on Safari. + +The last commit which contains the code is +917f3620e0c08b722bbd4d400bca2735d9f6975f. + +You can browse the last state of the removed code base at +<https://github.com/gorhill/uBlock/tree/917f3620e0c08b722bbd4d400bca2735d9f6975f/platform/safari>. |