diff options
author | nodiscc <nodiscc@gmail.com> | 2016-05-20 02:06:43 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2016-05-20 12:23:03 +0200 |
commit | 725ca094f8e4b7460869097b6a2a2bd6a4a420f4 (patch) | |
tree | 35f1917bc95ce02158db0bdf394852c9a9ea719b /application | |
parent | d92169c863cd32debf4d13bc217d42abd9c4db19 (diff) | |
download | Shaarli-725ca094f8e4b7460869097b6a2a2bd6a4a420f4.tar.gz Shaarli-725ca094f8e4b7460869097b6a2a2bd6a4a420f4.tar.zst Shaarli-725ca094f8e4b7460869097b6a2a2bd6a4a420f4.zip |
Url.php: remove unwanted ?PHPSESSID= URL parameters,
update test case
Diffstat (limited to 'application')
-rw-r--r-- | application/Url.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/Url.php b/application/Url.php index 77447c8d..c166ff6e 100644 --- a/application/Url.php +++ b/application/Url.php | |||
@@ -99,6 +99,7 @@ class Url | |||
99 | 'action_type_map=', | 99 | 'action_type_map=', |
100 | 'fb_', | 100 | 'fb_', |
101 | 'fb=', | 101 | 'fb=', |
102 | 'PHPSESSID=', | ||
102 | 103 | ||
103 | // Scoop.it | 104 | // Scoop.it |
104 | '__scoop', | 105 | '__scoop', |