I believe you can use the -moz prefix for firefox
-moz-user-modify: read-write-plaintext-only;
And for IE (10+) you can use the -ms prefix
-ms-user-modify: read-write-plaintext-only;
It would also be advisable to add it without a prefix for future verification;)
user-modify: read-write-plaintext-only;
gomezruo
source share