Changeset 112352 in spip-zone
- Timestamp:
- Nov 7, 2018, 11:47:04 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/securite/ecran_securite.php
r112248 r112352 40 40 'slurp', 41 41 'crawler', 42 'podcast', 42 43 'spider', 43 44 'webvac', … … 84 85 'fetch', 85 86 'flipboardproxy', 87 'freshrss', 86 88 'genieo', 87 89 'google', … … 111 113 'lycosa', 112 114 'mediapartners-google', 115 'moodlebot', 113 116 'msai', 114 117 'najdi', … … 116 119 'netestate', 117 120 'netseer', 121 'newswindows', 118 122 'nuhk', 123 'overcast', 119 124 'owlin', 120 125 'panscient', 121 126 'parsijoo', 122 127 'plukkie', 128 'pocketcasts', 123 129 'proximic', 124 130 'qirina', … … 133 139 'shareaholic', 134 140 'shopwiki', 141 'simplepie', 135 142 'sistrix', 136 143 'sitechecker', 137 144 'siteexplorer', 145 'snoopy', 138 146 'sogou', 139 147 'special_archiver', … … 150 158 'tineye', 151 159 'trendiction', 160 'tt-rss', 152 161 'tweetedtimes', 153 162 'tweetmeme', 163 'universalFeedParser', 154 164 'uaslinkchecker', 155 165 'undrip', … … 165 175 'wise-guys', 166 176 'woko', 177 'wordpress', 167 178 'wotbox', 168 179 'y!j-bri', … … 185 196 and preg_match(',' . implode ('|', array( 186 197 'facebookexternalhit', 187 'flipboardproxy' 198 'flipboardproxy', 199 'overcast', 200 'podcasts', 201 'podcastaddict', 202 'pocketcasts', 203 'wordpress' 188 204 )) . ',i', 189 205 (string)$_SERVER['HTTP_USER_AGENT'])
Note: See TracChangeset
for help on using the changeset viewer.