This file is indexed.

/usr/share/doc/python-social-auth/backends/flickr.txt is in python-social-auth 0.2.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
Flickr
******

Flickr uses OAuth v1.0 for authentication.

* Register a new application at the Flickr App Garden, and

* fill "Key" and "Secret" values in the settings:

     SOCIAL_AUTH_FLICKR_KEY = ''
     SOCIAL_AUTH_FLICKR_SECRET = ''

* Flickr might show a messages saying "Oops! Flickr doesn't
  recognise the permission set.", if encountered with this error, just
  define this setting:

     SOCIAL_AUTH_FLICKR_AUTH_EXTRA_ARGUMENTS = {'perms': 'read'}