~mfru/wp-blue-infinity-blocker

8f44358db385dff63c6403d215599ab6aa5bb5c2 — Max Frühschütz 2 years ago b62b44f
fix repo url and plugin name occurence
3 files changed, 5 insertions(+), 5 deletions(-)

M README.md
M blue-infinity-blocker.php
M readme.txt
M README.md => README.md +3 -3
@@ 1,11 1,11 @@
# Block Meta In-App Browser Tracking
# Blue Infinity Blocker

A plugin that acts as a measure against Meta's newest habit of injecting custom tracking JS into in-app browser sessions.
A plugin for WordPress that acts as a measure against Meta's newest habit of injecting custom tracking JS into in-app browser sessions.

More info on what is going on: https://krausefx.com/blog/ios-privacy-instagram-and-facebook-can-track-anything-you-do-on-any-website-in-their-in-app-browser

## Installation

1. Upload the files to the `/wp-content/plugins/wp-block-meta-in-app-browser-tracking/` directory or install through WordPress directly.
1. Upload the files to the `/wp-content/plugins/wp-blue-infinity-blocker/` directory or install through WordPress directly.
2. Activate the "Block Meta In-Browser Tracking" plugin through the 'Plugins' menu in WordPress
3. Done, all the measures are applied automatically.

M blue-infinity-blocker.php => blue-infinity-blocker.php +1 -1
@@ 1,7 1,7 @@
<?php
/**
* Plugin Name: Blue Infinity Blocker
* Plugin URI: https://git.sr.ht/~mfru/blue-infinity-blocker
* Plugin URI: https://git.sr.ht/~mfru/wp-blue-infinity-blocker
* Description: A plugin that acts as a measure against Metas newest habit of injecting custom tracking JS into in-app browser sessions.
* Version: 1.0.0
* Author: Maximilian Frühschütz

M readme.txt => readme.txt +1 -1
@@ 17,7 17,7 @@ More info on what is going on: https://krausefx.com/blog/ios-privacy-instagram-a

== Installation ==

1. Upload the files to the `/wp-content/plugins/blue-infinity-blocker/` directory or install through WordPress directly.
1. Upload the files to the `/wp-content/plugins/wp-blue-infinity-blocker/` directory or install through WordPress directly.
2. Activate the "Blue Infinity Blocker" plugin through the 'Plugins' menu in WordPress
3. Done, all the measures are applied automatically.