Skip to content

Commit d470c3d

Browse files
lapcatrentzsch
authored andcommitted
Fix problems with flash player version detection. We now spoof 10.0 r22.
Signed-off-by: Jonathan 'Wolf' Rentzsch <[email protected]>
1 parent 6d1803d commit d470c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugin/Info-Plugin.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<key>SUFeedURL</key>
2828
<string>https://s3.amazonaws.com/clicktoflash/appcast.xml</string>
2929
<key>WebPluginDescription</key>
30-
<string>Shockwave Flash 9.0.151 (ClickToFlash${PRODUCT_VERSION})</string>
30+
<string>Shockwave Flash 10.0 r22</string>
3131
<key>WebPluginMIMETypes</key>
3232
<dict>
3333
<key>application/x-shockwave-flash</key>
@@ -37,7 +37,7 @@
3737
<string>swf</string>
3838
</array>
3939
<key>WebPluginTypeDescription</key>
40-
<string>Shockwave Flash 9.0.151 (ClickToFlash${PRODUCT_VERSION})</string>
40+
<string>ClickToFlash ${PRODUCT_VERSION}</string>
4141
</dict>
4242
</dict>
4343
<key>WebPluginName</key>

0 commit comments

Comments
 (0)