~mfru/wp-blue-infinity-blocker

8762ae5e907c114b3e73619c88b09fd97ffc53e4 — Max Frühschütz 2 years ago 620b55b
format comments
1 files changed, 26 insertions(+), 26 deletions(-)

M wp-meta-in-app-browser-tracking.php
M wp-meta-in-app-browser-tracking.php => wp-meta-in-app-browser-tracking.php +26 -26
@@ 1,32 1,32 @@
<?php
/*
Plugin Name: Block Meta In-App Browser Tracking
Plugin URI: https://git.sr.ht/~mfru/wp-block-meta-in-app-browser-tracking
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
Author URI: https://maxfruehschuetz.dev
Text Domain: wp-block-meta-in-app-browser-tracking
License: GPL 3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
/**
* Plugin Name: Block Meta In-App Browser Tracking
* Plugin URI: https://git.sr.ht/~mfru/wp-block-meta-in-app-browser-tracking
* 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
* Author URI: https://maxfruehschuetz.dev
* Text Domain: wp-block-meta-in-app-browser-tracking
* License: GPL 3.0 or later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*    
    Block Meta In-App Browser Tracking — A plugin that acts as a measure against Metas newest habit of injecting custom tracking JS into in-app browser sessions.
    Copyright (C) 2022  Maximilian Frühschütz

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.
/**
*    Block Meta In-App Browser Tracking — A plugin that acts as a measure against Metas newest habit of injecting custom tracking JS into in-app browser sessions.
*    Copyright (C) 2022  Maximilian Frühschütz
*
*    This program is free software: you can redistribute it and/or modify
*    it under the terms of the GNU General Public License as published by
*    the Free Software Foundation, either version 3 of the License, or
*    (at your option) any later version.
*
*    This program is distributed in the hope that it will be useful,
*    but WITHOUT ANY WARRANTY; without even the implied warranty of
*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*    GNU General Public License for more details.
*
*    You should have received a copy of the GNU General Public License
*    along with this program.  If not, see <https://www.gnu.org/licenses/>.
*/

// Source for implementation: https://krausefx.com/blog/ios-privacy-instagram-and-facebook-can-track-anything-you-do-on-any-website-in-their-in-app-browser