Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vestigal references to Firefox autoconfig xpi and caJarSigningCert profile #1216

Commits on Oct 27, 2017

  1. Remove mention of firefox plugin after CA-less install

    The plugin was removed some time ago.
    
    Part of: https://pagure.io/freeipa/issue/7226
    frasertweedale committed Oct 27, 2017
    Copy the full SHA
    acff1fb View commit details
    Browse the repository at this point in the history
  2. Remove XPI and JAR MIME types from httpd config

    We added MIME types for JAR and XPI files, which were needed for
    correct handling of the Firefox auto-configuration plugin.  The
    plugin was removed some time ago, so remove the media type
    definitions.
    
    Part of: https://pagure.io/freeipa/issue/7226
    frasertweedale committed Oct 27, 2017
    Copy the full SHA
    4df065d View commit details
    Browse the repository at this point in the history
  3. CertDB: remove unused method issue_signing_cert

    The CertDB.issue_signing_cert method was used to issue the object
    signing cert for signing the Firefox auto-configuration extension
    (XPI).  We removed the extension and certificate some time ago, and
    the method is now unused so remove it.
    
    Part of: https://pagure.io/freeipa/issue/7226
    frasertweedale committed Oct 27, 2017
    Copy the full SHA
    83c22bd View commit details
    Browse the repository at this point in the history
  4. Remove caJarSigningCert profile and related code

    The caJarSigningCert profile was used for issuing the object signing
    certificate for signing the Firefox auto-configuration extension
    (XPI).  We removed the extension and object signing certificate some
    time ago, so remove the profile and the related code that sets it
    up.
    
    Fixes: https://pagure.io/freeipa/issue/7226
    frasertweedale committed Oct 27, 2017
    Copy the full SHA
    cbe8ca6 View commit details
    Browse the repository at this point in the history