@@ 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