Recent upgrades prevent loging into Citibank, can you fix this?

Attempts to login to Citibank.com give "We've had a problem processing your request." This error appears to be from FIrefox, not Citibank, as they have no record of attempted logins. I have cleared citibank cookies and that doesn't help.

Maybe its the new mixed content blocker?
Starting in Firefox 23, if a secure page includes certain types of insecure content, Firefox blocks the insecure content and a shield icon will appear in the address bar. See this article for more information about the new mixed content blocker: [[How does content that isn't secure affect my safety?]]
To temporarily allow the mixed content to be displayed:
*Click the '''shield icon''' [[Image:Mixed Content Shield]] in the address bar and choose '''Disable Protection on This Page''' from the dropdown menu.
[[Image:Fx23MixedContentBlocker]]
To allow insecure content to be displayed in all secure pages, enter '''about:config''' in the address bar and double-click on this preference, to toggle it from true to false:
'''security.mixed_content.block_active_content'''
You can also use this add-on instead, to toggle the preference:
*[https://addons.mozilla.org/firefox/addon/toggle-mixed-active-content/ Toggle Mixed active content] add-on
You may want to do this only for the current session, then reset the preference back to "true" and check back with the site to see whether it's been fixed, since this is a global setting that exposes you on all sites, not just the one you care about.
Let us know if this helps!

Similar Messages

  • I have no audio what so ever i have seen in one of the tables where it was deleted how can you fix this i tried everything i know

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    i have been trying to get the audio to play for 3 days now i did see where it had been deleted this is a used comp i haven't had it long can you fix this i'm at my wits end
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows NT 5.0
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
    == Plugins installed
    ==
    *-Default Plug-in
    *Adobe Acrobat Plug-In Version 5.10 for Netscape
    *Java(TM) Platform SE binary
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Network Object Plugin
    *Windows Multimedia Services DRM Store Plug-In
    *Npdsplay dll

    Hello Virginia.
    You may be having a problem with some extension or plugin that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?

  • Hello.I can`t buy applications in my apple id.Then i buy in applications writes error contact support.Can you fix this problem?Thaks

    Hello.I can`t buy applications in my apple id.Then i buy in applications writes error contact support.Can you fix this problem?Thaks

    We are all itunes users just like you.
    You need to contact itunes support.
    http://www.apple.com/support/itunes/contact/

  • Facebook wont load but everything else does? can you fix this please?

    For the past 2 days now when ever i try to log onto facebook it will not load the page. Everything else works just fine. Why is this and how can i fix this annoying problem so i can contact folks overseas?

    Using Safari to access Facebook?
    If so...
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If nothing above helped, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • Can you fix this script problem?

    Hi everyone
    I got this script
    for gen underline text to pdf
    the problem is it gen each page multi times if the page more then one place has underline text
    Can you fix it?
    //======================================================================
    var f = new Folder("~/Desktop/Revised_PDF put in here/"); 
    f.create();
    var doc = app.documents; 
    app.findTextPreferences = null; 
    app.findTextPreferences.underline = true; 
    for(var i=0;i<doc.length;i++) 
            var found = doc[i].findText(); 
            var _pages = []; 
            for(var j=0;j<found.length;j++) 
                    var txfms = found[j].texts[0].parentTextFrames; 
                    for(var k=0;k<txfms.length;k++) 
                            _pages.push(txfms[k].parentPage.name); 
            for(var j=0;j<_pages.length;j++) 
                    if(_pages[j] === _pages[j-1]) 
                            _pages.splice(j,1); 
            if(_pages.length != 0) 
                    app.pdfExportPreferences.pageRange = _pages.toString(); 
                    doc[i].exportFile(ExportFormat.PDF_TYPE, new File("~/Desktop/Revised_PDF put in here/" + doc[i].name.replace(/\.indd$/i,".pdf")), false);
            _pages = []; 
    app.findTextPreferences = null;
    alert("Done.");
    var f = Folder("~/Desktop/Revised_PDF put in here/" ); 
    f.execute(); 
    //======================================================================
    for specific details:
    Is that possible to write a script for export underline text to PDF?
    thanks
    Harvey

    > the problem is it gen each page multi times if the page more then one place has underline text
    Is this only when you have multiple unconnected text frames (each one containing underlined text) on the same page? Or possibly footnotes, tables, or anchored text?
    Chinna's script assumes all text is in a single threaded story: the findText command searchs one story at a time, from start to end (and across multiple pages). If it reaches the end of the story, it continues with the next one, even if it has to go back to the first page. And anchored objects, text in tables, and text in footnotes all count as "separate texts".
    Chinna's script already removes multiple pages:
    for(var j=0;j<_pages.length;j++)
      if(_pages[j] === _pages[j-1])
        _pages.splice(j,1);
    but it only works for a continuous story, because the "found" occurrences will be in the original page order, such as "1,2,2,3,5,5". This code removes successive doubles (see the Javascript documentation for a description of "splice"). As soon as you have separate stories (tables, 'notes, et cetera), you get a series such as "1,3,3,5,1,6" -- where "1,6" would be the occurrences in a separate story.
    The solution is simple: before removing the duplicates, sort the pages. As far as scripting goes, this is remarkably easy:
    _pages.sort();
    Please note that I just felt like answering your question this once. If you do what you did on most some of your other questions (ask for multiple versions for other formatting, have a different functionality, work on "selected documents" or "all in a folder" or "in a book file", or follow up with questions about totally unrelated scripts) I will probably not answer anymore.
    No offense meant, of course.

  • GridBagLayout with JPanel, only 3 lines. Can you fix this?

    GridBagLayout gridBagLayout = new GridBagLayout();
    setLayout(gridBagLayout);
    panel1.addComponent(modelLbl,0, 0, 0, 0);
    this is all inside of a JPanel that is inside of a JTabbedPane. I want to use a GridBagLayout to arrange the components inside panel1 (which is a JPanel) but the compiler is telling me addComponent is undefined for JPanel.
    Can you figure this out? How can I use a GridBagLayout in a JPanel?
    If you cant use GridBagLayout is there anything similiar available for JPanel?

    well as helpful as that was.....
    i found the answer myself and it goes more like this...
    panel1.setLayout(new GridBagLayout);
    and then you have to create a GridBagConstraints object to enter the contraints, something like:
    GridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady) ;
    and then you just use
    panel1.add(component, GridBagConstraints object);

  • Joining multiple inDesign files into one, can you solve this?

    OK so basically I work at a magazine, the creative's all work on separate spreads so all the inDesign files consist of between 1 and 10 pages then usually they are all spat out in there sets of PDF's and sent to the printers.
    Now I want to do an online addition of the magazine with the new SWF export feature in inDesign CS4 but I'm wondering how can you easily compile all of the separate inDesign files into one so that it can spit out one single swf with all 200 pages with the page peel effect?
    Is there even a way without a mass of work of manually adding all the pages into one file, that would be absolutely humongous? Anyone with any suggestions how to make this process the simplist and with the least amount of labout would be an absoulute legend, I have little time to spend on this which sucks so looking for the best and fastest possible way that we could do it each month.
    Cheers
    J

    I migth have a kind of solution for you. I have made a solution named eDocBrowser. (I called it Magazine Browser in earlier threads here and couple of other forums). It´s a collection of files that you publish with you SWF-files you have exported from InDesign. With eDocBrowser, you can put several SWF-files together and end-user can use them almost as one single SWF. Heres little demo I made just few minutes ago.
    http://www.prepress.fi/eDocBrowser/
    There are 3 SWF-files, all of them exported from InDesign. They are originally separate indd-files. When you reach last page of Document1, small arrow appears, and text "Jump to next file" and name of the next file too. You can go there also by using next-button at the bottom right corner, one that you use normaly to go next page. Same kind of arrow appears also when you are in first page of document 2 or 3 etc... with it you can go back to earlier documents last page etc... All the documents can be seen also in a drop-down menu at top of the screen. Labels of that menu are customizable.
    Theres also a zoom. When you clic zoom+ button, your cursor changes to magnifying glass. With zoom- you can go back to normal view.
    Additional features are FullScreen-view, Printing current spread and customizing user interface, buttons and logo at the top-left corner. Text search is very exprerimental and requires indd-file indexing with script we have made too. It indexes every single word in indd-document to XML-file and put pagenumbers there too. eDocBrowser searches that XML-file and gives all the hits to small result window. Hits are also links to page where they point...Search is not in use with this demo..
    There is a small help-section in top-right corner...
    We also have a script called eDocMaker. It does everything for you. You just have to have indd-files in one folder. Script asks location of that folder when you run it. It also askes you which resolution you want to use with images, anything goes between 72-2400 (72ppi is indesign´s default resolution for SWF-export, using bigger resolution might cause bigger SWF-files, but images look better when zoomed)
    Price of the single licence of eDocBrowser will be 80euros (aprx. 100dollars). With it you may install one copy of eDocBrowser into your server and use as many SWF-files there as you want. There is no search feature in single version.
    Price of unlimited licence is 300euros (aprx.400dollars) With it you may install as many copies of eDocBrowser as you like. With it you also get all the indesign scripts including eDocMaker with resolution booster, search indexer etc. + goodies like user interface and button templates, indesign effect (3D spine graphic etc)....
    Product is about ready, we are just setting up a place to sell it. Now it seems that we are going to use a service called payloadz.com....
    Additional info: petteri.paananen[at]NOSPAMprepress.fi (replace [at] with @ and remove NOSPAM)

  • In Windows Live Hotmail, the tabs/elements constantly reload. Can you fix this?

    In Windows Live Hotmail,
    The buttons/elements on the side of the inbox page constantly reload, while I'm reading a message and when I try to go back to inbox, it automatically switches back to the message I was reading before.
    Please fix this!

    See comments 17,44,63,71:<br />
    [https://bugzilla.mozilla.org/show_bug.cgi?id=627729 Bug 627729] - Hotmail web page continually reloads every second<br />
    ''(please do not comment in bug reports; you can vote instead)''

  • HT5900 Hi I am in Ireland and while apple tv is very limited over here I still have one, My request please can u update apple tv to work as the app store I already subscribe to app which are not available in the updates you release can you fix this please

    Can you update the video and Tv series abilities of apple tv in Ireland

    First, not all features are available in all regions.  This is clearly stated on the Apple website.
    Second, these are user to user support forums.  No one here has any control over what is available on the ATV.

  • Can you fix this in the Icelandic version: "Hlaða niðu Firefox" it should be spelled "Hlaða niður Firefox"

    When I download the Icelandic version of Firefox it says: "Downloading Firefox" or "Hlaða niðu Firefox". It is spelled wrong in Icelandic and should be spelled "Hlaða niður Firefox". Can you please fix it?

    hi gaggi96, thank you for bringing this up - i've forwarded your information to the icelandic translation team ([https://bugzilla.mozilla.org/show_bug.cgi?id=1133329 bug# 1133329]).

  • When I try to download pictures onto my iPhone from my macbook pro, it will only download about 20 of the pictures from each selected album. Some are recent some are old. How do you fix this?

    ?

    Answers to the similar "No Content" question seem to say I should turn off ZoneAlarm. However, I can't find this option in iTunes and some Googling suggests that ZoneAlarm isn't actually an integral part of iTunes anyway so that doesn't seem to have helped.

  • Bookmarks toolbar disappears, do view, toolbars, turn off then back on it works. Can you fix this permanently??????

    Randomly occurs, sometimes multiple times daily, sometime goes for week or two without occuring. Switching to Chrome might fix this?

    Does this happen in the same window, or is the toolbar missing in new windows, or both?
    You mention that it may only happen every couple of weeks, suggesting this pre-dates Firefox 36. How long would you say it has been happening?
    Do you have any add-ons or custom style rules that affect the layout of the toolbar area? Examples would include Classic Theme Restorer, full themes, or a userChrome.css file.

  • Can you fix this bug? (Safari)

    I have same bug on my ipod touch 1g and my iphone 5.
    http://postimage.org/image/rm9af2e8j/
    http://postimage.org/image/aiuunam7b/
    When I type text, the cursor moves to the left. This happens very rarely. Check the screenshot.
    2007(ipod touch 1g ) - 2013 (iphone 5) and you dont fix this?
    P.S. sorry for bad grammatic.

    And? Nobody answer me?

  • Help! I upgraded my iphone to ios7 and now i can't connect my iphone to my 2008 Macbook because i don't have the most recent version of itunes! how can i fix this?

    My current version of my computer is Mac OS X 10.5.8. can i upgrade my mac to other software versions to then get the new itunes? I know my computer may seem old, but as my husband and I both have full time jobs (in front of computers) we really don't use our home computer much. It still runs great and i do not want to buy a new $2,000 computer when i have a perfectly working one right now. Please help me find a solution to this. Thanks!

    egrzesiowski wrote:
    My current version of my computer is Mac OS X 10.5.8. can i upgrade my mac to other software versions to then get the new itunes?
    Possibly...
    The first step in Upgrading... is to Snow Leopard = OS X 10.6.x
    It is Not available as a download... It is a Paid Upgrade.
    Do this first...
    Check that your Mac meets the System Requirements for Snow Leopard...
    Snow Leopard Tech Specs
    http://support.apple.com/kb/SP575
    If so... Purchase a Snow Leopard Install Disc...
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Other countries...
    http://support.apple.com/kb/HE57
    After the Successful Install, run Software Update to get the latest updates for Snow Leopard and iTunes.
    Be sure to make a Backup of your Current System Before Upgrading...

  • Apple iPhone 4S locked after Upgrade to iOS 7: How can i fix this?

    My Sister got an iPhone with iOS 6 and wanted to upgrade it to iOS 7.  We tried it via iTunes through the USB cable but something went wrong. I think iOS 7 downloaded correctly but, When the phone started up it had the message on the screen and the same one popped up in iTunes:
    My sister had lost her old apple ID's password, so she had made a new one to use for iMessage and downloads from the App Store.  The old one is still linked to the phone.  We took it to our carrier's store and the IT guys said there was nothing they could do...
    My point is this phone is brand new and the only thing wrong with it is the fact that it's locked.  Is there at least a part in the iPhone we could change or something to get it back?  or a factory reset?
    Anything helps!
    Cambi

    You have encountered the anti-theft Activation Lock. You must enter the required information which is the "old"  Apple ID. You will have to try and recover the password here:
    https://appleid.apple.com
    If unable to do so, try to contact Apple Support:
    https://getsupport.apple.com/Issues.action
    Click "Other Apple ID Topics". If you are unable to enter the information, you iPhone is a brick.

Maybe you are looking for