Cacheing of web pages

Hi All,
I have a application hosted on Oracle 9iAS. I have used apache as a proxy to the application server. How do I instruct 9iAS not to cache any web pages. Basically when the user presses the back button I need it to refresh the page and not bring we one from the cache.
Regards,
Abraham

You are talking about not allowing the browser to cache the page. This has nothing to do with Oracle9iAS cache.
This is done by use of the <META> NO-CACHE tag in HTML. I don't know the syntax off the top of my head, but try any HTML reference and it'll tell you how to do it.
Hope this helps,
Ashesh Parekh
Oracle9iAS Product Management

Similar Messages

  • Caching a web page in client machine's Temp file

    Hi Friends,
    I'm struck up with one issue in caching the web page in client machine's temporary internet files. I have designed a secured web application. I used
    <%
    response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    for not storing the web page in client machine. Now only some of the pages that doesn't needs the security needs to be cached in the client machines temporary internet files.
    For that i used the code as
    <%
    response.setHeader("Cache-Control","public");
    response.setHeader("Pragma","public");
    response.setDateHeader ("Expires", 0);
    %>
    Still i'm unable to store. Please help me solve this. Thanks in Advance. Quick help would be greatly appreciated.
    Thanks and regards,
    Prakash

    Hi Rob_Jones-
    I would recommend reading this Support article, as it troubleshoots issues with opening/downloading files:
    [[Managing file types]]
    Hope that helps.

  • Caching the web pages using an application server...Please help

    Hi all.
    I have an application developed using Struts 1.1 which uses JBoss 4.0.2 as an application server.
    In this application user is required to enter a valid url and my application fetches the web page pointed by this url
    and render the same after doing some pre-processing.
    I want to implement caching of pages on server so that if a different user requests with the same url that was earlier issued, that time my application should render the web page that was cached earlier. (so that i can avoid connecting to that url, fetching the page and further pre-processing).
    One of the way i know is to use "application" object, which can be shared among multiple users.
    Are there any other efficient ways ? What about the performance if i use application object ?
    Please help as i am stuck with this.
    Thank you all..
    Prasad

    Using the application scope is one way to do it.
    I would recommend writing a CacheControl bean to handle this for you (or re-using an existing cache object)
    You can put that bean into the application scope. Just to keep things neat and tidy.
    How that bean then caches web pages is up to you
    - Store them in memory (I would recommend a LinkedHashMap in LRU mode)
    - Store them to disk - less memory intensive, a bit slower but can store more
    How are you going to determine if a page is "the same"?
    I think you should also consider the "no-cache" tags that a page may send with itself.
    Caching can drive web application drivers nuts, as the page actually DOES change on every request.
    Cheers,
    evnafets

  • How to stop the Browser from caching my web pages

    Hi There
    Can anyone tell how to stop the browser from caching my jsp pages
    I am using
    <%response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    but this does not work anduser is able to go back to the previous page
    which i dont want and i want the browser to display the message the page has expired
    Help appreciated
    Thanks
    Mumtaz

    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setDateHeader("max-age", 0);
    response.setDateHeader("Expires", 0);
    I have cut paste the code from my jsp which is working. There is one additional line. I do not know if that is the cause but there is no harm in trying that out.
    Srinivasan Ranganathan

  • Safari Will Not Show Any Cached Web Pages From Any Website.

    Basically my problem is exactly as stated in the heading. Any web page I try to view a cached snapshot of returns: "Your search did not match any documents." Up until a week or so ago, I could cache any web page, unless it truly was to old to display a cached snapshot. It would never highlight the key words typed in the search bar when the cached option was selected, but it always showed the page. Now it will not cache any page.
    The links are not broken, because I can search every page from my desktop computer with no problems. It's only on my iPhone. I could try to view 5,000 cached web pages, and every one of them returns the same message: "Your search did not.....". I've cleared my history, cache, cookies, as well as log off, and power down the phone, and turn it back on. Nothing fixes the issue. I have the latest update, and have no other problems with my phone at all. Has anyone else had this problem? Any solutions? This is very frustrating. A google search turned up nothing. This has to have happened to more people than just me. Hopefully I don't have to use the cache feature to find the answer:)

    I guess I'll join another forum, were there's people smart enough to help.

  • Getting the newest version of a web page in Safari

    My version of Safari does not look for updated versions of websites I frequently visit. It always loads what's in the cache. Is there a setting somewhere that forces it to always load the page from scratch or at least every session?

    In my experience, Internet Explorer is much worse about caching stale web pages than Safari. (As an example, I often have to tell people in my workplace to restart their PCs in order to see a web page change in Windows Internet Explorer, while I can see the change in Safari without a problem.)
    However, the problem can be confused by things that a network (in a workplace, in particular) do in terms of web access, and also by caching that your ISP might be doing, as QuickTimeKirk mentioned. If your ISP is "feeding" you a cached page, your web browser really can't load the refreshed page until the ISP itself refreshes the page.

  • IE browser and Web Cache and SSL - Internet Explorer cannot display the web page

    When using IE8, IE9, or IE10 with Web Cache and SSL certain pages which display a lot of data returns the error - "Internet Explorer cannot display the web page."
    if we eliminate SSL but continue to use Web Cache, the error does *not* reproduce & If we eliminate Web Cache altogether the error again does *not* reproduce.  The error is only reproducible when we use SSL with Web Cache and if we use IE and we access *large* pages. The error is not reproducible with Firefox or Chrome. This is a Web Tier 11.1.1.7 installation with WebLogic 10.3.6 & Red Hat Enterprise 5 Linux x86-64
    Event_log shows below errors.
    [2013-06-13T16:34:35-04:00] [webcache] [NOTIFICATION:1] [WXE-09002] [logging] [ecid: ] Generated by Oracle Web Cache on Thu Jun 13 16:34:35 2013 - Build 11.1.1.7.0 130113.0721
    [2013-06-13T16:34:36-04:00] [webcache] [NOTIFICATION:1] [WXE-08513] [logging] [ecid: ] Cache server process ID 4469 is starting up.
    [2013-06-13T16:34:36-04:00] [webcache] [NOTIFICATION:1] [WXE-09612] [main] [ecid: ] Oracle Web Cache 11g (11.1.1.6), Build 11.1.1.7.0 130113.0721
    [2013-06-13T16:34:37-04:00] [webcache] [NOTIFICATION:1] [WXE-13002] [config] [ecid: ] Maximum allowed incoming connections are 1000
    [2013-06-13T16:35:00-04:00] [webcache] [NOTIFICATION:1] [WXE-09441] [stats] [ecid: ] DMS enabled
    [2013-06-13T16:35:28-04:00] [webcache] [NOTIFICATION:1] [WXE-12209] [cluster] [ecid: ] A 1 node cluster successfully initialized
    [2013-06-13T16:35:29-04:00] [webcache] [NOTIFICATION:1] [WXE-09614] [main] [ecid: ] The following Oracle Web Cache internal files are pre-populated to the cache: [[
            /nssb-p.adm.fit.edu:7785/_oracle_http_server_webcache_static_.html
            /nssb-p.adm.fit.edu:4448/_oracle_http_server_webcache_static_.html
    [2013-06-13T16:35:29-04:00] [webcache] [NOTIFICATION:1] [WXE-09614] [main] [ecid: ]  [[
    The following Oracle Web Cache internal files are pre-populated to the cache: [[
            /nssb-p.adm.fit.edu:7785/_oracle_http_server_webcache_checkserviceavailability_.html
            /nssb-p.adm.fit.edu:4448/_oracle_http_server_webcache_checkserviceavailability_.html
    [2013-06-13T16:35:29-04:00] [webcache] [NOTIFICATION:1] [WXE-09608] [main] [ecid: ] The cache server process started successfully.
    [2013-06-13T16:35:29-04:00] [webcache] [WARNING:1] [WXE-12104] [utl] [ecid: ] Oracle Web Cache process has page faulted
    [2013-06-13T16:44:22-04:00] [webcache] [ERROR:32] [WXE-11904] [security] [ecid: ] SSL handshake fails SSL-29049
    [2013-06-13T16:44:22-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: The record type is unknown.
    [2013-06-13T16:44:22-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: Remote IP [163.118.22.16]:55145
    [2013-06-13T16:44:22-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: Local IP 163.118.170.70:4448
    [2013-06-13T16:44:22-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: SSL error during handshake (details: internal=The record type is unknown. system=Success)
    [2013-06-13T16:44:27-04:00] [webcache] [ERROR:32] [WXE-11904] [security] [ecid: ] SSL handshake fails SSL-29049
    [2013-06-13T16:44:27-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: The record type is unknown.
    [2013-06-13T16:44:27-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: Remote IP [163.118.22.16]:55144
    [2013-06-13T16:44:27-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: Local IP 163.118.170.70:4448
    [2013-06-13T16:44:27-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: SSL error during handshake (details: internal=The record type is unknown. system=Success)
    [2013-06-13T16:44:27-04:00] [webcache] [ERROR:32] [WXE-11904] [security] [ecid: ] SSL handshake fails SSL-29049
    [2013-06-13T16:44:27-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: The record type is unknown.
    [2013-06-13T16:44:27-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: Remote IP [163.118.22.16]:55148
    [2013-06-13T16:44:27-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: Local IP 163.118.170.70:4448
    [2013-06-13T16:44:27-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: SSL error during handshake (details: internal=The record type is unknown. system=Success)
    [2013-06-13T16:44:35-04:00] [webcache] [ERROR:32] [WXE-11904] [security] [ecid: ] SSL handshake fails SSL-28864
    [2013-06-13T16:44:35-04:00] [webcache] [ERROR:32] [WXE-11904] [security] [ecid: ] SSL handshake fails SSL-28864
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:44:47-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:45:18-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:45:18-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:45:22-04:00] [webcache] [ERROR:32] [WXE-11904] [security] [ecid: ] SSL handshake fails SSL-28864
    [2013-06-13T16:45:22-04:00] [webcache] [ERROR:32] [WXE-11904] [security] [ecid: ] SSL handshake fails SSL-28864
    [2013-06-13T16:45:38-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:45:38-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:45:38-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:45:38-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:45:38-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:45:38-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:45:38-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:45:38-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    [2013-06-13T16:45:41-04:00] [webcache] [WARNING:1] [WXE-11905] [security] [ecid: ] SSL additional information: This error occurred because the peer closed the connection.
    [2013-06-13T16:45:41-04:00] [webcache] [WARNING:1] [WXE-11906] [security] [ecid: ] SSL details: success during initialization (details: internal=success system=Success)
    Any help or suggestions are greatly appreciated
    Tnx a lot,
    Lokesh

    Hello ,
    Try Below Workarounds:
    Workaround 1:
    Open Central Admin
    àApplication Management  à
    Configure Alternate access mapping-->Edit your web application zone and add your server name in Intranet zone. So default can be serverIP and intranet could be servername.
    Workaround 2:
    Might be there is some issue with DNS and try to check that WebApplication is pointing to correct IP or not.  
    Also try to access your Sharepoint site using ip Address .. If you still gets error Kindly share the logs .. 
    Best
    Regards Kuldeep Verma
    Please remember to click "Mark As Answer"
    if a post solves your problem or "Vote As Helpful" if it was useful.

  • Why does Firefox re-download a web page that has already appeared in my browser? VERY time-consuming! Chrome just saves from the cache!

    Every time I go to save a web page or image, Firefox insists on re-downloading the page/image, which consumes a great deal of time. Chrome (and my other browsers) seem to save the item directly from the cache or memory, which is MUCH FASTER! Is there an option to make Firefox save more rapidly, ie directly from cache or memory, so I don't have to sit (and swear and fume) while the file is being RE-downloaded??

    600+ MB does sound like a lot, but that depends on what you are using as your homepage, and how much of that 600 is being used by the plugin container - Flash and other plugins. Also, using that amount might have to do with how much RAM you have installed - the more RAM installed and the more Firefox allows itself to use. If you have AVG 2012 installed and the AVG Advsior is giving you that message, see this: <br />
    http://blogs.avg.com/community/avg-feedback-update-week-44/
    See - 3. AVG Advisor = Disable AVG Advisor performance notifications
    or try using the "Change when these notifications appear" and set a higher threshhold

  • Can I stop Safari giving me cached web pages on [back] ?

    I regularly read the news online where the home page for a news organisation (such as www.theguardian.co.uk ) contains many links to individual news stories.
    So, the normal process is to read the home page, click on a news article, then hit back to go back and pick another many times.
    However, on using [back] Safari pulls up a cached version of the news site, so listing news from whenever it last cached, often around 24 hours ago.  To fix this, I have to first hit [back] and then [refresh] which is annoying.
    Other browers I have used include options to check web pages (GIMS - Get If Modified Since [date/time of cache] - I believe) each time.  I'd love that or a way to define specific web pages I'd like Safari not to cache or a way to force a cache refresh of a particular web page (put this in your cache now as I know I want to get to this version and throw away your old one).
    Anyone got any ideas?  Please don't recommend clearing the whole cache, thanks.

    I'm going by your profile  (10.7.2)
    Try disabling the Lion "resume" feature...
    Open System Preferences > General
    Deselect:  Restore windows when quitting and re-opening apps
    Restart your Mac, try Safari.
    Restoring Safari windows may be causing a problem with the cache ...
    I'd love that or a way to define specific web pages I'd like Safari not to cache or a way to force a cache refresh of a particular web page (put this in your cache now as I know I want to get to this version and throw away your old one).
    Try Safari Extensions / Productivity category >  https://extensions.apple.com/

  • Unable to load certain web pages unless cache is empty

    I continue to have the problem that certain web sites (eg Dodgers.com) will not load completely unless I have just emptied the Safari cache. Similar problems with weatherunderground.com. These are content-rich pages, so they load in "outline" form, or with lots of little boxes with question marks. If I immediately go and empty the cache, then reload the page, it comes back perfectly. This doesn't happen with my laptop on the same home network, and I have all of the Safari preferences set the same. Most other web pages load just fine.
    Previous posts of this same question were not helpful.

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Open cached web page?

    How can I open cached web pages?
    I know these are cryptically stored somewhere under Library/Caches/Safari, but is there a way to actually open these as web pages?

    Try using:
    tell application "Finder"
    set theURL to "yourURL"
    repeat with this_file in (get every file of entire contents of folder "Library:Caches:Safari:" of home)
    try
    set the_string to (read (this_file as alias) from 1 to 1000)
    on error
    set the_string to ""
    end try
    if the_string contains theURL then
    reveal this_file
    return --script stops right here if line reached
    end if
    end repeat
    display dialog "No cache file exists for that address." buttons "OK" default button "OK"
    end tell
    (19094)

  • Stop web page caching in mozilla using jsp

    Hi,
    Is there any way to stop the web page caching in mozilla by using jsp code?
    When the user presses the logout button i do not want them to be able to press the back button.
    Thanks.

    Expire your pages (set proper headers and cache controls that apply to both browser and proxy servers) and code it so that every page with data you don't want displayed doesn't display unless someone is logged in.
    Note that there is never a 100% guarantee that the browser won't cache the pages. It's really up to the user agent (and any proxies, if applicable) to agree to follow the no-cache REQUEST.
    For this reason, any database interactions (that is, inserts and updates) should always check for a valid session before executing.
    Using POST to submit requests to pages that do database interaction is also helpful, so when they hit the back button, they'll see that warning about the page being generated from POST data.
    If the data is horribly sensitive (financials, etc that you don't want left open on a screen), don't give them a chance to use the back button. Open the application itself in a brand new window (a login page will open the new window), do all interaction in that window, and logging out closes the child window (and thus loses all history).
    Since this may irritate the holy heck out of the casual user (or just plain not work with popup blockers) it is not recommended to be used casually.
    Keep this reserved for very sensitive applications, not just the average web site / application or because you don't feel like coding proper safeguards.
    HTH

  • Safari 8.0 no longer appears to cache Web pages.

    Since upgrading to Yosemite, Safari no longer appears to cache anything. Pages reload each and every time a page change is made. It affects both backwards or forwards changes and does not matter if I use the arrow buttons in Safari or swipe across the MagicPad.
    As suggested on various other help sites;
    I have removed all extensions from Safari 
    I have put Safari into single process mode
    I temporarily removed the Cache folder from the Library so that Safari created a new one when it was restarted
    None of the above had any effect, the issue remains.
    Is anyone else experiencing this issue or knows how to fix it?

    Hi Paul and Welcome to Apple Discussions
    Do you have a similar fix for slow Safari 4.0.3 on an iBook G4 running OS X.4.11?
    Go to the System Preferences>Network panel
    -Location - set up a personal location by clicking on the location drop down menu and selecting "add a location". Use a name familiar to you. Once established, select "apply".
    -Next, click on the "Show" drop down menu and select Network Port Configurations. Depending on whether you use Ethernet or Airport (wireless) for your setup: Only Ethernet or Airport ought to be checked. Move it to the top of the list (you can drag it). Select "apply". Everything else ought to be unchecked unless you use a Bluetooth device.
    -Back to the "Show" menu, select either "Ethernet" or "Airport" (whichever applies to you). Click on the TCP panel. There, enter (copy/paste on separate lines) 208.67.222.222 and 208.67.220.220 in the DNS servers box - these are Opensource DNS codes.
    When done, select OK, then "apply"
    Last step: In the Finder, go to your Utilities folder and select "Terminal". Once the screen is open copy/paste lookupd -flushcache and press return. This clears out the DNS cache. Once done, quit Terminal.
    Restart Safari
    In Safari Menu>Reset Safari. Select "empty the cache", then reset.
    Try a URL

  • Spam from old, cached versions of web pages

    I've been having some issues with spam recently getting through some contact forms - I had validation on them, including a code using ADDT as a kind of CAPTCHA. Not the greatest, but at least it was something, and has been issue free for a good couple of years. Anyway, I've since deleted all the pages from the site, but some spam emails are still getting through. The only thing I could think of is that bots are finding cached versions of pages, and filling them in from there.
    Having deleted the offending pages from the server, is there anything else I can do to prevent this spam?

    You deleted everything, or just the form pages? Did you delete the scripts too?
    >Would Google be caching it anywhere?
    Impossible. Google can only cache client side content. Forms are processed on the server with server side scripting. Where you using a 3rd party mail script processor? Was your email address in a form field?

  • Web page shows the top of page (a horizontal bar of text), but majority is bumped far right. (1/4 page.) Page shows in other browser. Cleared cache, no help. ?

    I have taken a screen shot of the problem page. I don't know why this has happened but it has happened on Firefox for Mac and PC. It does not happen in the Safari browser.
    The top of the page looks correct.
    Underneath everything is shifted right. This leave 3/4 of the screen to be white. 1/4 of the right side of the page is showing the actual left side of the page.

    You can't attach a screenshot to the first post that starts a thread, but you can do that in subsequent replies.
    Does this only happen on one specific website?
    Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?
    It is possible that there is a problem with that web page and that there is a clear:both CSS rule missing that causes Firefox to start the next line at the horizontal position where the previous line ended.
    If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    *Firefox > Preferences > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    *Firefox > Preferences > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

Maybe you are looking for