Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Browser plugins question.

Browser plugins question.

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++com
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rrrado
    wrote on last edited by
    #1

    Maybe this is not the best forum to answer my question, but because plugins can be written in C++ I hope somebody who is making them will answer :) Can somebody tell me if browser plugins for IE (activeX) or firefox can read (any) files on the HDD? (when they know exact path). Somebody have told me that it is insecure to store sensitive data into "application data" folder because it can be accesses by web plugins. Is it true? I'd guess they can access any files/folders with active user permissions. Thank you

    D S 2 Replies Last reply
    0
    • R rrrado

      Maybe this is not the best forum to answer my question, but because plugins can be written in C++ I hope somebody who is making them will answer :) Can somebody tell me if browser plugins for IE (activeX) or firefox can read (any) files on the HDD? (when they know exact path). Somebody have told me that it is insecure to store sensitive data into "application data" folder because it can be accesses by web plugins. Is it true? I'd guess they can access any files/folders with active user permissions. Thank you

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      rrrado wrote:

      Can somebody tell me if browser plugins for IE (activeX) or firefox can read (any) files on the HDD?

      Since the code is C++, why wouldn't they be able to? See here for BHO examples.

      "Love people and use things, not love things and use people." - Unknown

      "The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch

      R 1 Reply Last reply
      0
      • D David Crow

        rrrado wrote:

        Can somebody tell me if browser plugins for IE (activeX) or firefox can read (any) files on the HDD?

        Since the code is C++, why wouldn't they be able to? See here for BHO examples.

        "Love people and use things, not love things and use people." - Unknown

        "The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch

        R Offline
        R Offline
        rrrado
        wrote on last edited by
        #3

        That's what I've thought ... but I have no idea about firefox

        1 Reply Last reply
        0
        • R rrrado

          Maybe this is not the best forum to answer my question, but because plugins can be written in C++ I hope somebody who is making them will answer :) Can somebody tell me if browser plugins for IE (activeX) or firefox can read (any) files on the HDD? (when they know exact path). Somebody have told me that it is insecure to store sensitive data into "application data" folder because it can be accesses by web plugins. Is it true? I'd guess they can access any files/folders with active user permissions. Thank you

          S Offline
          S Offline
          Saurabh Garg
          wrote on last edited by
          #4

          Browser plugins can access files in the computer. Just take the case of online virus scanners, they are able to scan the entire HDD for viruses. -Saurabh

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups